JSONPath

XPath is supported, but JSONPath isn't?

I can see the "Get Value from JSON by Name" , which also has an array version. But these seem to only work at one level. Is this really true?

So if I want something nested two levels down I need two steps? And 5 levels, 5 steps?

But strangely "Get JSON path from Value" returns all sorts of JSONPath formats. If we look at the examples which will accept an input of "..[?(@.author == 'Nigel Rees')]" and return store.book[0]

Am I missing something here?

Comments

Sign In or Register to comment.