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

doc update

This commit is contained in:
Kelly Brazil
2019-11-12 11:12:41 -08:00
parent b9bd9422bf
commit 5473bc4eb6
2 changed files with 16 additions and 6 deletions

View File

@ -103,8 +103,13 @@ parse(data, raw=False, quiet=False)
Main parsing function
Arguments:
Parameters:
raw: (boolean) output preprocessed JSON if True
quiet: (boolean) suppress warning messages if True
data: (string) text data to parse
raw: (boolean) output preprocessed JSON if True
quiet: (boolean) suppress warning messages if True
Returns:
dictionary raw or processed structured data

View File

@ -108,10 +108,15 @@ def parse(data, raw=False, quiet=False):
"""
Main 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