{
"name": "gron",
"description": "Gron is a tool to make it easier to understand big blobs of JSON",
"options": [
{
"names": [
"--help",
"-h"
],
"description": "Show help for gron"
},
{
"names": [
"-u",
"--ungron"
],
"description": "Reverse the operation (turn assignments back into JSON)"
},
{
"names": [
"-v",
"--values"
],
"description": "Print just the values of provided assignments"
},
{
"names": [
"-c",
"--colorize"
],
"description": "Colorize output (default on tty)"
},
{
"names": [
"-m",
"--monochrome"
],
"description": "Monochrome (don't colorize output)"
},
{
"names": [
"-s",
"--stream"
],
"description": "Treat each line of input as a separate JSON object"
},
{
"names": [
"-k",
"--insecure"
],
"description": "Disable certificate validation"
},
{
"names": [
"-j",
"--json"
],
"description": "Represent gron data as JSON stream"
},
{
"names": [
"--no-sort"
],
"description": "Don't sort output (faster)"
},
{
"names": [
"--version"
],
"description": "Print version information"
}
]
}