←back to thread

Show HN: JSON Query

(jsonquerylang.org)
147 points wofo | 1 comments | | HN request time: 0s | 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
jawns ◴[] No.45723690[source]
I'd like to know how it compares to https://jsonata.org
replies(4): >>45723858 #>>45724368 #>>45725041 #>>45731670 #
1. gnarlouse ◴[] No.45725041[source]
JSONata looks to be more general purpose with its support for variables/statements, and custom functions. I'd probably still stick with JSONata