json-glib-format (1) Linux Manual Page
NAME
json-glib-format – JSON-GLib formatting tool
SYNOPSIS
-
json-glib-format[-h,–help] [–prettify] [–indent-spacesSPACES] URI [URI…]
DESCRIPTION
json-glib-format
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
–prettifyis used.
