LinuxCommandLibrary

jql

querying data from JSON files

Help

jql 2.9.2 
Davy Duperron  
A JSON query language CLI tool 

USAGE:
    jql [FLAGS]  [JSON] 

FLAGS:
    -h, --help          Prints help information 
    -i, --inline        Inlines JSON output 
    -r, --raw-output    Writes raw string selection directly to standard output without JSON double-quotes 
    -s, --stream        Reads a stream of JSON data line by line 
    -V, --version       Prints version information 

ARGS:
        Selectors to apply 
             JSON file to use 

Copied to clipboard