This is the command yaz-json-parse that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
yaz-json-parse - YAZ JSON parser
SYNOPSIS
yaz-json-parse [-p]
DESCRIPTION
yaz-json-parse is utility which demonstrates the JSON API of YAZ. (yaz/json.h).
The program attempts to parse a JSON from standard input (stdin). It will return exit code
1 if parsing fails and the parsing error message will be printed to standard error
(stderr). The program returns exit code 0 parsing succeeds and return no output, unless -p
is given (see below).
OPTIONS
-p
Makes the JSON parser echo the JSON result string to standard output - if parsing from
stdin was successful.
Use yaz-json-parse online using onworks.net services