1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

doc update

This commit is contained in:
Kelly Brazil
2023-10-02 08:34:14 -07:00
parent 5291baeb8e
commit dcdd79e28c
3 changed files with 6 additions and 6 deletions

View File

@ -16,15 +16,15 @@ or
Usage (module):
import jc
result = jc.parse('nsd-control', nsd-control_command_output)
result = jc.parse('nsd_control', nsd_control_command_output)
Schema:
[
{
"version": string,
"verbosity": integer,
"ratelimit": integer
"version": string,
"verbosity": integer,
"ratelimit": integer
}
]

View File

@ -11,7 +11,7 @@ or
Usage (module):
import jc
result = jc.parse('nsd-control', nsd-control_command_output)
result = jc.parse('nsd_control', nsd_control_command_output)
Schema:

View File

@ -1,4 +1,4 @@
.TH jc 1 2023-10-01 1.23.5 "JSON Convert"
.TH jc 1 2023-10-02 1.23.5 "JSON Convert"
.SH NAME
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types,
and strings