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

doc update

This commit is contained in:
Kelly Brazil
2019-11-12 11:17:33 -08:00
parent 5473bc4eb6
commit f0c8725d43
21 changed files with 181 additions and 81 deletions

View File

@ -197,12 +197,17 @@ def process(proc_data):
def parse(data, raw=False, quiet=False):
"""
Main parsing function
Main text parsing function
Arguments:
Parameters:
data: (string) text data to parse
raw: (boolean) output preprocessed JSON if True
quiet: (boolean) suppress warning messages if True
raw: (boolean) output preprocessed JSON if True
quiet: (boolean) suppress warning messages if True
Returns:
dictionary raw or processed structured data
"""
# compatible options: linux, darwin, cygwin, win32, aix, freebsd