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
2022-04-19 14:45:20 -04:00
parent 6c0f0cddfe
commit a0d96a188a
2 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,8 @@
jc - JSON Convert `YAML` file parser
Note: datetime objects will be converted to strings.
Usage (cli):
$ cat foo.yaml | jc --yaml
@ -107,4 +109,4 @@ Returns:
### Parser Information
Compatibility: linux, darwin, cygwin, win32, aix, freebsd
Version 1.6 by Kelly Brazil (kellyjonbrazil@gmail.com)
Version 1.7 by Kelly Brazil (kellyjonbrazil@gmail.com)

View File

@ -1,5 +1,7 @@
"""jc - JSON Convert `YAML` file parser
Note: datetime objects will be converted to strings.
Usage (cli):
$ cat foo.yaml | jc --yaml