Jiehong 1608d98bfc Merge branch 'code/test' into 'master'
update: fix label references

See merge request jiehong/jq_offline!16
2023-12-11 20:13:29 +00:00
2023-12-11 21:11:56 +01:00
2019-03-06 09:55:04 +01:00
2021-09-22 19:28:01 +00: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!

Description
Full feature Jq running in the browser thanks to Web Assembly
Readme MIT 467 KiB
Languages
HTML 60.5%
CSS 23%
JavaScript 16.5%