1JSON-GLIB-VALIDATE(1) User Commands JSON-GLIB-VALIDATE(1)
2
3
4
6 json-glib-validate - JSON-GLib validation tool
7
9 json-glib-validate [-h, --help] URI [URI...]
10
12 json-glib-validate offers a simple command line interface to validate
13 JSON data. It lets you list URIs that point to JSON data and checks
14 that the data conforms to the JSON syntax.
15
16 The resources to operate on are specified by the URI argument.
17
18 If the JSON data is valid, json-glib-validate will terminate with an
19 exit code of 0; if the data is invalid, an error will be printed on
20 stderr and json-glib-validate will terminate with a nonzero exit code.
21
23 -h, --help
24 Prints help and exits.
25
27 Emmanuele Bassi
28 Developer
29
30
31
32JSON-GLib JSON-GLIB-VALIDATE(1)