jq is a lightweight and flexible command-line JSON processor.
You can install jq
with:
wapm install jq
You can run the jq CLI
echo '{"foo": 0 }' | wapm run jq .
{
"foo": 0
}
You can build JQ from source very easily with wasienv.
Steps:
bash build.sh