Skip to content

satisfice/jq_cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jq_cookbook

Here are my favorite JQ scripts for analysis and web-based testing.

To learn about jq go here.

Installation

Make sure you have installed JQ and that it is on the PATH.

For Windows, clone the repo and set the PATH environment variable to point to it.

That way you can run the JJQ batch file from the command-line, wherever you happen to be.

Usage

jjq <jq file> <optional parameter> <json file>

jQ file: A file with the extension JQ from this repo.

Optional Parameter: Some of the JQ files, here take a parameter.

JSON file: Any JSON file you want to process.

You can also get a list of the available jq files by doing:

jjq --help

Each file is commented.

Contact me with any questions.

About

Here are my favorite JQ scripts for analysis and web-based testing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published