1YAZ-JSON-PARSE(1) [FIXME: manual] YAZ-JSON-PARSE(1)
2
3
4
6 yaz-json-parse - YAZ JSON parser
7
9 yaz-json-parse [-p]
10
12 yaz-json-parse is utility which demonstrates the JSON API of YAZ.
13 (yaz/json.h).
14
15 The program attempts to parse a JSON from standard input (stdin). It
16 will return exit code 1 if parsing fails and the parsing error message
17 will be printed to standard error (stderr). The program returns exit
18 code 0 parsing succeeds and return no output, unless -p is given (see
19 below).
20
22 -p
23 Makes the JSON parser echo the JSON result string to standard
24 output - if parsing from stdin was successful.
25
27 yaz(7)
28
29
30
31YAZ 4.0.2 03/09/2010 YAZ-JSON-PARSE(1)