Skip to content

Commit 64c483b

Browse files
committed
Improve README.md a bit
1 parent 3f86ba9 commit 64c483b

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# jqjq
22

3-
jq implementation of [jq](https://github.com/stedolan/jq)
3+
jqjq is a jq implementation in [jq](https://github.com/stedolan/jq).
44

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!
67

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).
1013

14+
This [jqplay demo snippet](https://jqplay.org/s/pqSQCZnSkPyFqhm) can be used to play around with it.
1115

1216
### Use via `jqjq` wrapper
1317

0 commit comments

Comments
 (0)