JSON Pp

JSON pretty-printer and converter for command-line use

javimosch 0366ced 415 B Updated

File contents

json_pp Plugin

Pretty-print and convert JSON data from the command line.

Usage

  • json_pp self version — Print version
  • json_pp _ _ < file.json — Pretty-print JSON from stdin
  • json_pp _ _ --json_opt pretty:1 file.json — Pretty-print a JSON file
  • echo '{"key":"val"}' | json_pp _ _ — Format inline JSON

javimosch/supercli/tree/main/plugins/json_pp/skills/quickstart commit 0366ced798

Frequently asked questions

npx skillmds@latest add javimosch/json-pp