/jsonpp

JSON Pretty Print

Primary LanguageGoMIT LicenseMIT

JSON Console Pretty Print

A console tool for formatting JSON data. Accepts a list of files or stdin.

jsonpp [files...]

options

  • -indent=2 Specify the number of spaces to use for indentation, default is 2. Set to -indent=0 to output compact JSON on a single line
  • -tabs Use tabs for indentation

Installation

Download from Github

  • Mac
  • Windows