Quantcast
Channel: query with filter in JsonPath - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Duncan for query with filter in JsonPath

JsonPath always returns an array of results, so you will not be able to get a single value such as "snickers" on its own. You will be able to get ["snickers"] though. To get it working you need to use...

View Article



query with filter in JsonPath

I have a structure like this:{ title: [ {lang: “en”, value: “snickers”}, {lang: “ru”, value: “сниккерс”} ]}I need to take a result such this:“snickers”I finished with...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images