Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

json-glib-validate (1)

Name

json-glib-validate - GLib validation tool

Synopsis

json-glib-validate [-h, --help] URI [URI...]

Description

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



NAME
       json-glib-validate - JSON-GLib validation tool

SYNOPSIS
       json-glib-validate [-h, --help] URI [URI...]

DESCRIPTION
       json-glib-validate offers a simple command line interface to validate
       JSON data. It lets you list URIs that point to JSON data and checks
       that the data conforms to the JSON syntax.

       The resources to operate on are specified by the URI argument.

       If the JSON data is valid, json-glib-validate will terminate with an
       exit code of 0; if the data is invalid, an error will be printed on
       stderr and json-glib-validate will terminate with a nonzero exit code.

COMMANDS
       -h, --help
           Prints help and exits.

AUTHOR
       Emmanuele Bassi
           Developer



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


       +---------------+-----------------------+
       |ATTRIBUTE TYPE |   ATTRIBUTE VALUE     |
       +---------------+-----------------------+
       |Availability   | library/json-glib     |
       +---------------+-----------------------+
       |Stability      | Pass-through volatile |
       +---------------+-----------------------+

NOTES
       Source code for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       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.6/json-glib-1.6.0.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-VALIDATE(1)