Full feature Jq running in the browser thanks to Web Assembly
Go to file
Jiehong 9a84d039e9 Merge branch 'code/test' into 'master'
feature: save options in the url

See merge request jiehong/jq_offline!15
2023-11-21 16:05:16 +00:00
public feature: save options in the url 2023-11-21 17:05:00 +01:00
.gitlab-ci.yml Initial template creation 2019-03-06 09:55:04 +01:00
LICENSE doc: add MIT license 2021-09-22 19:28:01 +00:00
README.md bugfix: remove trailing / to urlPrefix 2021-09-22 22:02:57 +02:00

Jq Play Offline (WASM)

Jq Play Offline is a web assembly version of jqplay, allowing you to run the full featured jq in your browser, without sending anything to any backend.

Key features

  • Reliable: this is the full fledge jq, not a re-implementation;
  • Safe: no json leaves your browser, nobody knows what you do with it;
  • Fast: not network round trip means faster results, and web assembly makes things fast;
  • Offline: once you've opened the site once, you no longer need an internet connection.

Give it a try!