This is the command json-glib-format that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
json-glib-format - JSON-GLib formatting tool
SYNOPSIS
json-glib-format [-h, --help] [--prettify] [--indent-spaces SPACES] URI [URI...]
DESCRIPTION
json-glib-format offers a simple command line interface to format JSON data. It reads a
list or URIs, applies the spacified formatting rules on the JSON data, and outputs the
formatted JSON to the standard output.
The resources to operate on are specified by the URI argument.
COMMANDS
-h, --help
Prints help and exits.
-p, --prettify
Prettifies the output, by adding spaces and indentation. This argument is useful to
improve the readability of JSON data, at the expense of its size.
--indent-spaces SPACES
Changes the number of spaces using to indent the JSON data from the default of 2. This
argument is only considered if --prettify is used.
Use json-glib-format online using onworks.net services