aubergene / jsonpp

JSON Pretty Print

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

JSON Pretty Print

License:MIT License


Languages

Language:Go 100.0%