NAME¶
ydump - JSON pretty printer.
SYNOPSIS¶
ydump [options] file
DESCRIPTION¶
JSON pretty printer using yojson and easy-format.
OPTIONS¶
- -o
- Output file
- -std
- 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 (default: pretty-printed)
- -s
- Streaming mode: read and write a sequence of JSON values
instead of just one.
- -ob
- Experimental
- -help|--help
- Display list of options
AUTHORS¶
Sylvain Le Gall.