jsonfmt 0.1.1

Pretty printing/formatting of json files.
jsonfmt-0.1.1 is not a library.

jsonfmt

Build Status

A tiny command line program for pretty printing/formatting of json files.

Syntax:

  • Argument 1: input file path
  • Argument 2: output file path (optional)

If passed a single file path the file will be overwritten. If passed two arguments the second file path will be used for writing the output.

Changelog

0.1.1

  • Added a readme.

0.1.0

  • A first tiny experiment, but working.