jpt (JSON Power Tool)
Query and manipulate JSON and JSON Text Sequences within your bash
or zsh
shell scripts or use as a stand-alone tool.
See the CHANGELOG for more details
Read more about jpt
at: https://www.brunerd.com/blog/category/projects/jpt/
Installation Notes: The package is not notarized (because it breaks on older macOS). Simply right-click in Finder and choose Open to allow Gatekeeper bypass. You can also remove the quarantine by opening Terminal and running this command: xattr -rc <drag in file from Finder>
The installer pkg includes both the full script (jpt
) and the minified version (jpt.min
) installed to /usr/local/jpt/
with a soft link to jpt
created in /usr/local/bin
. The minified version jpt.min
is for easy inclusion in your shell scripts while jpt
is for standalone use.