9
The query language for JSON
(programming.dev)
A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!
⠀
Just wondering - what's wrong with jq's query language? or JSONPath, which is even a RFC?
What's the motivation behind creating a new query language?
jq
andJSONPath
are awesome projects, and JQLite is not a replacement for existing tools, but a learning project.Yet another alternative is jsonata.org
Yeah,
I feel like we already have a lot of JSON query languages. So one more is fine, if it's somehow different and is addressing a problem which the others have missed.
I however, do not see that, so hence my question.
Thanks for your feedback! Will definitely look forward and add the missing features.