Skip to content

wapm-packages/jq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Command-line JSON processor

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages