logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ydump - JSON pretty printer

Author

       This  manual page was written by Sylvain Le Gall <gildor@debian.org> and Hendrik Tews <hendrik@askra.de>,
       specifically for the Debian project (and may be used by others).

YDUMP                                               June 2013                                           YDUMP(1)

Description

ydump  pretty  prints data in the extended JSON format of the yojson library.  JSON stands for JavaScript
       Object Notation and is a lightweight data-interchange format.

       ydump reads from standard input if the file argument is omitted.

Name

       ydump - JSON pretty printer

Options

-o<file>
              pretty print to file instead of standard output

       -std   use JSON standard syntax only: Convert tuples and variants into standard JSON, refuse to print NaN
              and infinities, require the root node to be either an object or an array.

       -c     compact output

       -s     streaming mode: read and write a sequence of  JSON  values  instead  of  just  one  (this  is  the
              default).

       -u     disable streaming mode: A single JSON record is expected.

       -sort  sort object fields (default: preserve internal field order)

       -ob    convert to biniou format and pretty print that (experimental)

       -version
              print version and exit

       -help|--help
              print options

See Also

       the yojson web site, http://mjambon.com/yojson.html

       the JSON web site, http://json.org/

Synopsis

ydump [Options...] [file]

See Also