From c3fa4f91d2c8a9acf960b1de9d01bd2606aec2f2 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 13 Oct 2023 02:00:29 +0000 Subject: automatic import of libyajl --- json_verify.1 | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 json_verify.1 (limited to 'json_verify.1') diff --git a/json_verify.1 b/json_verify.1 new file mode 100644 index 0000000..10a44eb --- /dev/null +++ b/json_verify.1 @@ -0,0 +1,25 @@ +.TH json_verify 1 +.SH NAME +json_verify \- Validate json from stdin +.SH SYNOPSIS +.B json_verify +[ +.I OPTION +] +.SH "DESCRIPTION" +A sample program to demonstrate the use of yajl. json_verify validates json from stdin. +.SH OPTIONS +.TP +.B \-q +quiet mode +.TP +.B \-c +allow comments +.TP +.B \-u +allow invalid utf8 inside strings +.BR +.SH AUTHORS + Lloyd Hilaiel + + -- cgit v1.2.3