@@ -29,9 +29,9 @@ The `jsonfiddle` makes it easy to look at the JSON data from different aspects.
2929
3030```
3131$ jsonfiddle -V
32- jsonfiddle - JSON Fiddling, version 0.5 .0
33- Built on 2023-01-22
34- Copyright (C) 2017-2023 , Tong Sun
32+ jsonfiddle - JSON Fiddling, version 0.6 .0
33+ Built on 2025-11-18
34+ Copyright (C) 2017-2025 , Tong Sun
3535
3636Tool to fiddle with json strings
3737```
@@ -93,20 +93,24 @@ the required flag `-i, --input' was not specified
9393Usage:
9494 jsonfiddle [OPTIONS] fmt [fmt-OPTIONS]
9595
96+
97+
9698Application Options:
97- -c, --compact Compact JSON data, remove all whitespaces
98- --prefix= prefix for json string output
99- -d, --indent= indent for json string output (default: )
100- -p, --protect protect {{TEMPLATE}} in JSON data
101- -v, --verbose Verbose mode (Multiple -v options increase the verbosity)
102- -V, --version Show program version and exit
99+ -c, --compact Compact JSON data, remove all whitespaces
100+ --prefix= prefix for json string output
101+ -d, --indent= indent for json string output (default: )
102+ -p, --protect protect {{TEMPLATE}} in JSON data
103+ -v, --verbose Verbose mode (Multiple -v options increase the verbosity)
104+ -V, --version Show program version and exit
103105
104106Help Options:
105- -h, --help Show this help message
107+ -h, --help Show this help message
106108
107109[fmt command options]
108- -i, --input= the source to get json string from (mandatory)
109- -o, --output= the output, default to stdout (default: -)
110+ -i, --input= the source to get json string from (mandatory)
111+ -o, --output= the output, default to stdout (default: -)
112+ -s, --concise Compact the top level array into concise array style
113+ -u, --unescape Unescape unicode of form < to their literal characters
110114` ` `
111115
112116# ## $ jsonfiddle sort || true
@@ -338,10 +342,10 @@ and the result is the same (and for all other examples using `-i` as well).
338342
339343```
340344$ jsonfiddle x2j -i test/Books.xml | jsonfiddle sort -i - | jsonfiddle fmt -i -
345+ Format json string
341346XML to JSON
342- jsonfiddle v0.5 .0. x2j - XML to JSON
347+ jsonfiddle v0.6 .0. x2j - XML to JSON
343348Sort json fields recursively
344- Format json string
345349{
346350 "catalog": {
347351 "book": [
0 commit comments