jp icon indicating copy to clipboard operation
jp copied to clipboard

A simpler jq, and with JSONPath

Results 3 jp issues
Sort by recently updated
recently updated
newest added

Add the possibility to install via brew for MacOS

An alternate output mode would be helpful to pass on one JSON array with all the matches: ``` $ echo '[1, 2, 3, "nice"]' | jp -j '$.*' [1, 2,...

Picking values for tabular display via `-t` should fill columns correctly regardless of whether a property is set on an object/index is available in an array. Example: `jp --example |...