Update JSON1 docs in man page
This commit is contained in:
parent
e099625e7d
commit
b8b4a11348
|
@ -158,7 +158,8 @@ not warn at all, as `ksh` supports decimals in arithmetic contexts.
|
||||||
applications. ShellCheck's json is compact and contains only the bare
|
applications. ShellCheck's json is compact and contains only the bare
|
||||||
minimum. Tabs are counted as 1 character.
|
minimum. Tabs are counted as 1 character.
|
||||||
|
|
||||||
[
|
{
|
||||||
|
comments: [
|
||||||
{
|
{
|
||||||
"file": "filename",
|
"file": "filename",
|
||||||
"line": lineNumber,
|
"line": lineNumber,
|
||||||
|
@ -169,11 +170,12 @@ not warn at all, as `ksh` supports decimals in arithmetic contexts.
|
||||||
},
|
},
|
||||||
...
|
...
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
|
||||||
**json**
|
**json**
|
||||||
|
|
||||||
: This is a legacy version of the **json1** format, with a tab stop
|
: This is a legacy version of the **json1** format. It's a raw array of
|
||||||
of 8 instead of 1.
|
comments, and all offsets have a tab stop of 8.
|
||||||
|
|
||||||
**quiet**
|
**quiet**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue