You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jqjq is a jq implementation in[jq](https://github.com/stedolan/jq).
4
4
5
-
Why? It started when researching how to write decoders in jq for [fq](https://github.com/wader/fq) which ended up involving some AST rewriting and walking and then it escalated a bit.
5
+
It started out researching how to write format decoders in jq for [fq](https://github.com/wader/fq) which ended up involving some AST fiddling and then escalated from a joke into a fun and educational project.
6
+
But it's also a nice way to show off jq as a very expressive, capable and neat language!
6
7
7
-
It's also a great way to show that jq is a very expressive, capable and neat language!
8
-
9
-
There is a [jqplay snippet with jqjq](https://jqplay.org/s/HwbMS8mHAEwElhI) if you want to play around.
8
+
It can currently run with
9
+
[jq](https://github.com/stedolan/jq),
10
+
[gojq](https://github.com/itchyny/gojq),
11
+
[jaq](https://github.com/01mf02/jaq) and
12
+
[jqjq](https://github.com/wader/jqjq).
10
13
14
+
This [jqplay demo snippet](https://jqplay.org/s/pqSQCZnSkPyFqhm) can be used to play around with it.
0 commit comments