1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

doc updates

This commit is contained in:
Kelly Brazil
2022-01-02 10:29:56 -08:00
parent 9ff6fa818f
commit 929d7273a4

View File

@ -1,4 +1,4 @@
"""jc - JSON CLI output utility `jar_manifest` command output parser """jc - JSON CLI output utility `MANIFES.MF` file parser
Usage (cli): Usage (cli):
@ -7,14 +7,14 @@ Usage (cli):
Usage (module): Usage (module):
import jc.parsers.jar_manifest import jc.parsers.jar_manifest
result = jc.parsers.jar_manifest.parse(jar_manifest_command_output) result = jc.parsers.jar_manifest.parse(jar_manifest_file_output)
Schema: Schema:
[ [
{ {
"key1": string/int/float/boolean/null/array/object, "key1": string,
"key2": string/int/float/boolean/null/array/object "key2": string
} }
] ]