Hi,
I am trying to search known-in-advance fields in JSON object with unknown structure. It looks like Data.JSON2.Query is most appropriate for this task.
Yet, I can not figure out how to use filters this package provides to filter JSON arrays and objects.
Are there any end-to-end examples of making queries of unknown JSON objects?
Thanks!