Go to main content

マニュアルページ セクション 1: ユーザーコマンド

印刷ビューの終了

更新: 2018年8月8日
 
 

json-glib-format (1)

名前

json-glib-format - GLib formatting tool

形式

json-glib-format [-h, --help] [--prettify] [--indent-spaces SPACES] URI
[URI...]

説明

JSON-GLIB-FORMAT(1)              User Commands             JSON-GLIB-FORMAT(1)



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.



ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+-----------------------+
       |ATTRIBUTE TYPE |   ATTRIBUTE VALUE     |
       +---------------+-----------------------+
       |Availability   | library/json-glib     |
       +---------------+-----------------------+
       |Stability      | Pass-through volatile |
       +---------------+-----------------------+
NOTES
       This software was built from source available at
       https://github.com/oracle/solaris-userland.  The original community
       source was downloaded from  https://download.gnome.org/sources/json-
       glib/1.2/json-glib-1.2.8.tar.xz

       Further information about this software can be found on the open source
       community website at https://wiki.gnome.org/Projects/JsonGlib.



JSON-GLib                                                  JSON-GLIB-FORMAT(1)