Open
Description
I am currently receiving data from an interface in json format that I cannot graph due to the structure. Here is an example of what I receive in the value section {"1912D2E7CXXXXXX":{"S003":{"AAA65262":{"BBB000110":78}}}}, The value that interests me is 78 but I cannot remove the rest of the JSON structure and I cannot modify the interface code either.