JSON formatter cli - something simple to use jsonist https://github.com/peterheesterman/jsonist
Much less useful than jq - also a lot simpler!
Cargo installed already? cargo install jrf
If not... find out how to install cargo!
jrf file_to_format.json
// file_to_format.json
{ "Key of an obect": ["some", "values", "in", "a", "list"] }
// file_to_format.json
{
"Key of an obect": [
"some",
"values",
"in",
"a",
"list"
]
}