File: json_verify.1

package info (click to toggle)
yajl 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,104 kB
  • sloc: ansic: 4,426; sh: 144; makefile: 25
file content (29 lines) | stat: -rw-r--r-- 734 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.TH JSON_VERIFY 1 "Apr 2014" "json_verify"
.SH NAME
json_verify
\- A simple json verification tool.
.SH SYNOPSIS
.B json_verify
[\fIoptions\fP] < \fIinput-file\fP
.SH DESCRIPTION
json_verify reads json data from standard input. It returns success (zero
result) if the input file is valid, and failure (nonzero result) otherwise.
.SH OPTIONS
.TP
\fB\-c\fR
allow comments
.TP
\fB\-q\fR
quiet mode
.TP
\fB\-s\fR
verify a stream of multiple json entities
.TP
\fB\-u\fR
allow invalid utf8 inside strings
.SH AUTHORS
Lloyd Hilaiel <me@lloyd.io>
.PP
This manual page was written by John Stamp <jstamp@users.sourceforge.net>.
Permission is granted to redistribute, use, and/or modify this document under
the same terms as json_verify itself.