We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07cedb commit 5e39760Copy full SHA for 5e39760
README.e.md
@@ -12,6 +12,7 @@
12
13
The `jsonfiddle` makes it easy to look at the JSON data from different aspects.
14
15
+- **`jsonfiddle esc`** will escape any arbitrary string so as to embed it as content of json string.
16
- **`jsonfiddle fmt`** will format the JSON data, either compact it or pretty printing it. The order of fields are intact.
17
- **`jsonfiddle sort`** will sort the JSON data fields recursively, so that the attributes at any level are in sorted order.
18
- **`jsonfiddle j2s`** means json to struct. It will extract the structure of JSON data as Go struct.
README.md
@@ -42,6 +42,7 @@
42
43
44
45
46
47
48
@@ -65,15 +66,15 @@ Options:
65
66
67
Commands:
68
- esc Escape json string so as to embed it as content of json string
69
+ esc Escape json string
70
fmt Format json string
71
sort Sort json fields recursively
72
j2s JSON to struct
73
```
74
75
### $ jsonfiddle esc
76
```sh
-Escape json string so as to embed it as content of json string
77
+Escape json string
78
79
Options:
80
jsonfiddle.yaml
@@ -39,7 +39,7 @@ Options:
39
Command:
40
41
- Name: esc
- Desc: "Escape json string so as to embed it as content of json string"
+ Desc: "Escape json string"
NumOption: cli.AtLeast(1)
jsonfiddleCLIDef.go
@@ -97,7 +97,7 @@ type escT struct {
97
98
var escDef = &cli.Command{
99
Name: "esc",
100
- Desc: "Escape json string so as to embed it as content of json string",
+ Desc: "Escape json string",
101
102
Argv: func() interface{} { return new(escT) },
103
Fn: escCLI,
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments