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
I have a scenario in my application , where i have to recusrively get all the data, and i tried to use the jsonPath $.store.book[*].subBooks[*]..author as mentioned in http://goessner.net/articles/JsonPath/ . But i am getting an error while parsing. I tested the same using some online parsers and it is working fine. I would like to know if this is the right syntax to be used in JsonLenses. Please let me know if am missing some thing.
jrudolph
changed the title
Recursive descent not working($.store.book[*].subBooks[*]..author)
Support recursive descent JsonPath syntax (and lens)
Jul 18, 2017
Hi ,
I have a scenario in my application , where i have to recusrively get all the data, and i tried to use the jsonPath
$.store.book[*].subBooks[*]..author
as mentioned in http://goessner.net/articles/JsonPath/ . But i am getting an error while parsing. I tested the same using some online parsers and it is working fine. I would like to know if this is the right syntax to be used in JsonLenses. Please let me know if am missing some thing.Regards
Johns
The text was updated successfully, but these errors were encountered: