1 comment

[ 3.4 ms ] story [ 10.9 ms ] thread
I, and many others, use jq play[0] a lot to craft queries.

However, jqplay.org sends everything to a back end behind the scene, so it can be slow for big input json, and not great for privacy.

Someone recently integrated jq compiled to web assembly in aioli.js[1], so I decided to make a jq play clone that runs in the browser.

It does not support sharing a query, but it's minimal, and does what I need for now.

[0]: https://jqplay.org/

[1]: https://github.com/biowasm/aioli