summaryrefslogtreecommitdiff
path: root/json_reformat.1
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-10-13 02:00:29 +0000
committerCoprDistGit <infra@openeuler.org>2023-10-13 02:00:29 +0000
commitc3fa4f91d2c8a9acf960b1de9d01bd2606aec2f2 (patch)
tree9a3451e474e48622b9539199725bd410e948f088 /json_reformat.1
parent3bc4abba4e6c10986ad2a02f62eae70d752f1037 (diff)
automatic import of libyajlopeneuler22.03_LTS
Diffstat (limited to 'json_reformat.1')
-rw-r--r--json_reformat.122
1 files changed, 22 insertions, 0 deletions
diff --git a/json_reformat.1 b/json_reformat.1
new file mode 100644
index 0000000..5046435
--- /dev/null
+++ b/json_reformat.1
@@ -0,0 +1,22 @@
+.TH json_reformat 1
+.SH NAME
+json_reformat \- Reformat json from stdin
+.SH SYNOPSIS
+.B json_reformat
+[
+.I OPTION
+]
+.SH "DESCRIPTION"
+A sample program to demonstrate the use of yajl. json_reformat reformats json from stdin.
+.SH OPTIONS
+.TP
+.B \-m
+minimize json rather than beautify (default)
+.TP
+.B \-u
+allow invalid UTF8 inside strings during parsing
+.BR
+.SH AUTHORS
+ Lloyd Hilaiel <lloyd@hilaiel.com>
+
+