Ввод Json:
{"objects":{"total":71015,"classification":[{"name":"apple","count":43},{"name":"ball","count":3},{"name":"car","count":70}]}}
Загрузка: дерево = Дерево ("ABOVE_CONTENT")
Запрос:
tree.execute("$.objects.classification[@.name is 'public'].count")```
NOTE : If i am loading via a file like : Loading JSON document from ../../temp/march29/sample.json , i am able to execute the above query without any error