1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

doc formatting

This commit is contained in:
Kelly Brazil
2022-08-17 12:54:12 -07:00
parent 8682a6bd0a
commit cadf7e732e
5 changed files with 9 additions and 3 deletions

View File

@ -25,7 +25,8 @@ Usage (module):
result = jc.parse('syslog', syslog_string) result = jc.parse('syslog', syslog_string)
Schema: Schema:
Blank values converted to `null`/`None`
Blank values converted to `null`/`None`.
[ [
{ {

View File

@ -32,6 +32,8 @@ Usage (module):
Schema: Schema:
Blank values converted to `null`/`None`.
{ {
"priority": integer, "priority": integer,
"version": integer, "version": integer,

View File

@ -20,7 +20,8 @@ Usage (module):
result = jc.parse('syslog', syslog_string) result = jc.parse('syslog', syslog_string)
Schema: Schema:
Blank values converted to `null`/`None`
Blank values converted to `null`/`None`.
[ [
{ {

View File

@ -27,6 +27,8 @@ Usage (module):
Schema: Schema:
Blank values converted to `null`/`None`.
{ {
"priority": integer, "priority": integer,
"version": integer, "version": integer,

View File

@ -1,4 +1,4 @@
.TH jc 1 2022-08-16 1.21.0 "JSON Convert" .TH jc 1 2022-08-17 1.21.0 "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