mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-13 01:20:24 +02:00
doc update
This commit is contained in:
@ -34,10 +34,10 @@ Usage (module):
|
|||||||
|
|
||||||
Schema:
|
Schema:
|
||||||
|
|
||||||
Because there are so many options, the schema is best effort. Integer
|
Because there are so many options, the schema is not strictly defined.
|
||||||
and Float value conversions are attempted and the original values are
|
Integer and Float value conversions are attempted and the original
|
||||||
kept if they fail. If you don't want automatic conversion, then use the
|
values are kept if they fail. If you don't want automatic conversion,
|
||||||
-r or raw=True option to disable it.
|
then use the -r or raw=True option to disable it.
|
||||||
|
|
||||||
The structure is flat, for the most part, but there are a couple of
|
The structure is flat, for the most part, but there are a couple of
|
||||||
"well-known" keys that are further parsed into objects for convenience.
|
"well-known" keys that are further parsed into objects for convenience.
|
||||||
|
@ -29,10 +29,10 @@ Usage (module):
|
|||||||
|
|
||||||
Schema:
|
Schema:
|
||||||
|
|
||||||
Because there are so many options, the schema is best effort. Integer
|
Because there are so many options, the schema is not strictly defined.
|
||||||
and Float value conversions are attempted and the original values are
|
Integer and Float value conversions are attempted and the original
|
||||||
kept if they fail. If you don't want automatic conversion, then use the
|
values are kept if they fail. If you don't want automatic conversion,
|
||||||
-r or raw=True option to disable it.
|
then use the -r or raw=True option to disable it.
|
||||||
|
|
||||||
The structure is flat, for the most part, but there are a couple of
|
The structure is flat, for the most part, but there are a couple of
|
||||||
"well-known" keys that are further parsed into objects for convenience.
|
"well-known" keys that are further parsed into objects for convenience.
|
||||||
|
2
man/jc.1
2
man/jc.1
@ -1,4 +1,4 @@
|
|||||||
.TH jc 1 2022-02-24 1.18.4 "JSON CLI output utility"
|
.TH jc 1 2022-02-28 1.18.4 "JSON CLI output utility"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
jc \- JSONifies the output of many CLI tools and file-types
|
jc \- JSONifies the output of many CLI tools and file-types
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
Reference in New Issue
Block a user