jrf (JSON rust formatter)

JSON formatter cli - something simple to use jsonist https://github.com/peterheesterman/jsonist

Much less useful than jq - also a lot simpler!

Installation

Cargo installed already? cargo install jrf

If not... find out how to install cargo!

Usage

jrf file_to_format.json

// file_to_format.json { "Key of an obect": ["some", "values", "in", "a", "list"] }

Result

// file_to_format.json { "Key of an obect": [ "some", "values", "in", "a", "list" ] }