mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
doc formatting
This commit is contained in:
@ -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`.
|
||||||
|
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
@ -32,6 +32,8 @@ Usage (module):
|
|||||||
|
|
||||||
Schema:
|
Schema:
|
||||||
|
|
||||||
|
Blank values converted to `null`/`None`.
|
||||||
|
|
||||||
{
|
{
|
||||||
"priority": integer,
|
"priority": integer,
|
||||||
"version": integer,
|
"version": integer,
|
||||||
|
@ -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`.
|
||||||
|
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
@ -27,6 +27,8 @@ Usage (module):
|
|||||||
|
|
||||||
Schema:
|
Schema:
|
||||||
|
|
||||||
|
Blank values converted to `null`/`None`.
|
||||||
|
|
||||||
{
|
{
|
||||||
"priority": integer,
|
"priority": integer,
|
||||||
"version": integer,
|
"version": integer,
|
||||||
|
2
man/jc.1
2
man/jc.1
@ -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
|
||||||
|
Reference in New Issue
Block a user