Jsonpath_ng: Error

Hi,
This is my first post on this forum.
I using Jsonpath_ng python library to parse data in which i have defined Token as “980E5”:{ “62” : {“AHS” = “Installed”} … I wanted to get the value of the “AHS” key in my program. While running the below code, i get this “jsonpath_ng.exceptions.JsonPathParserError: Parse error at 1:5 near token 980 (NUMBER)”

  1. instead of using 980E5 and 62… I replaced these numbers with text and the python code worked. But i want keep token 980E5 and 62, 64… as this the primary filter. does anyone can help with this issue?