jq is a lightweight and flexible command-line JSON processor.

Public Library0.1.0updated 4 years ago567.67 kB
COPY
wapm install syrusakbary/jq

Need help using WAPM?

Get started here

Commands

jq

Files

  • Readme.md

Modules

JQ

You can install jq with:

wapm install jq

Running

You can run the jq CLI

echo '{"foo": 0 }' | wapm run jq .
{
  "foo": 0
}

Building from Source

You can build JQ from source very easily with wasienv.

Steps:

  1. Run bash build.sh

<1klast week

Latest version

0.1.0

Latest updated

4 years ago

Unpackaged size

567.67 kB

Collaborators

  • syrusakbary avatarsyrusakbary

Run it in the browser