json_pp Plugin
Pretty-print and convert JSON data from the command line.
Usage
json_pp self version— Print versionjson_pp _ _ < file.json— Pretty-print JSON from stdinjson_pp _ _ --json_opt pretty:1 file.json— Pretty-print a JSON fileecho '{"key":"val"}' | json_pp _ _— Format inline JSON