jsdw/angu

Example JSON query language

jsdw opened this issue · 1 comments

jsdw commented

A comment on reddit asked how one might create a simple example JSON query language. I think that this would be a great example to have.

Offhand, I suspect I would define the . operator so that you can write things like foo.bar.0.lark in the simplest case to define field/array acceses. I'd have to look at some of the abilities that something like jq provides to see where to go from there!

jsdw commented

Done as part of 0ae6171