1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
.\" Text automatically generated by txt2man
.TH JPARSE 1 "2020-06-17" "JSON Analysis User Library Acronym" "libjaula Manual"
.SH NAME
\fBjparse \fP- parse JSON files
\fB
.SH SYNOPSIS
.nf
.fam C
\fBjparse\fP [\fIfile\fP] \.\.\.
.fam T
.fi
.fam T
.fi
.SH DESCRIPTION
\fBjparse\fP is a small utility based on the jaula library that checks JSON
formatted files, detects errors and outputs a single-line representation of
them to the standard output.
.SH AUTHOR
\fBjparse\fP was written by Kombo Morongo <morongo666@gmail.com>.
.PP
This manual page was written by David da Silva Polverari
<david.polverari@gmail.com> for the Debian project (but may be used by
others).
|