You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with $.timeseries[0].currentMeasurement.value and it worked.: 258,0 was given back. Perfect, easy, works as exprected.
Couldn't figure out, why i could not get same result for systeminfo., because it uses a "special" but not easier "version" of JSONPATH. Documentation and support are very very limited on this "special" way opposite to "real" JSONPATH. And most users do not want to learn exotic ways to get a single value from a JSON, when ther's an easier way.
"Normal" JSONPATH would have solved my simple search.
The text was updated successfully, but these errors were encountered:
Please use standard JSONPATH syntax.
I used an evaluated syntax on https://jsonpath.com/ on following JSON:
with $.timeseries[0].currentMeasurement.value and it worked.: 258,0 was given back. Perfect, easy, works as exprected.
Couldn't figure out, why i could not get same result for systeminfo., because it uses a "special" but not easier "version" of JSONPATH. Documentation and support are very very limited on this "special" way opposite to "real" JSONPATH. And most users do not want to learn exotic ways to get a single value from a JSON, when ther's an easier way.
"Normal" JSONPATH would have solved my simple search.
The text was updated successfully, but these errors were encountered: