mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-25 00:37:31 +02:00
doc update
This commit is contained in:
@ -16,7 +16,7 @@ Usage (cli):
|
|||||||
Usage (module):
|
Usage (module):
|
||||||
|
|
||||||
import jc
|
import jc
|
||||||
result = jc.parse('iso_datetime', iso_8601_output)
|
result = jc.parse('iso_datetime', iso_8601_string)
|
||||||
|
|
||||||
Schema:
|
Schema:
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ Usage (cli):
|
|||||||
Usage (module):
|
Usage (module):
|
||||||
|
|
||||||
import jc
|
import jc
|
||||||
result = jc.parse('iso_datetime', iso_8601_output)
|
result = jc.parse('iso_datetime', iso_8601_string)
|
||||||
|
|
||||||
Schema:
|
Schema:
|
||||||
|
|
||||||
|
2
man/jc.1
2
man/jc.1
@ -1,4 +1,4 @@
|
|||||||
.TH jc 1 2022-07-21 1.20.3 "JSON Convert"
|
.TH jc 1 2022-07-22 1.20.3 "JSON Convert"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools and file-types
|
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools and file-types
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
Reference in New Issue
Block a user