←back to thread

Show HN: JSON Query

(jsonquerylang.org)
147 points wofo | 2 comments | | HN request time: 0.41s | source

I'm working on a tool that will probably involve querying JSON documents and I'm asking myself how to expose that functionality to my users.

I like the power of `jq` and the fact that LLMs are proficient at it, but I find it right out impossible to come up with the right `jq` incantations myself. Has anyone here been in a similar situation? Which tool / language did you end up exposing to your users?

Show context
lenkite ◴[] No.45724301[source]
There are a ridiculous number of JSON query/path languages. Wish all the authors got together and harmonized on a standard.
replies(5): >>45724358 #>>45724359 #>>45724472 #>>45724791 #>>45724843 #
1. voidfunc ◴[] No.45724791[source]
The standard is called jq, any new standard is just going to be a committee circle jerk that doesn't move the ball forward in any meaningful way.
replies(1): >>45725294 #
2. lenkite ◴[] No.45725294[source]
jq is good but its syntax is strangely unmemorizable. Have used it for a decade and always need to look at the manual or at examples to refresh my knowledge.