mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-15 01:24:29 +02:00
doc update
This commit is contained in:
@ -103,8 +103,13 @@ parse(data, raw=False, quiet=False)
|
|||||||
|
|
||||||
Main parsing function
|
Main parsing function
|
||||||
|
|
||||||
Arguments:
|
Parameters:
|
||||||
|
|
||||||
|
data: (string) text data to parse
|
||||||
raw: (boolean) output preprocessed JSON if True
|
raw: (boolean) output preprocessed JSON if True
|
||||||
quiet: (boolean) suppress warning messages if True
|
quiet: (boolean) suppress warning messages if True
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
|
||||||
|
dictionary raw or processed structured data
|
||||||
|
|
||||||
|
@ -108,10 +108,15 @@ def parse(data, raw=False, quiet=False):
|
|||||||
"""
|
"""
|
||||||
Main parsing function
|
Main parsing function
|
||||||
|
|
||||||
Arguments:
|
Parameters:
|
||||||
|
|
||||||
|
data: (string) text data to parse
|
||||||
raw: (boolean) output preprocessed JSON if True
|
raw: (boolean) output preprocessed JSON if True
|
||||||
quiet: (boolean) suppress warning messages if True
|
quiet: (boolean) suppress warning messages if True
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
|
||||||
|
dictionary raw or processed structured data
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# compatible options: linux, darwin, cygwin, win32, aix, freebsd
|
# compatible options: linux, darwin, cygwin, win32, aix, freebsd
|
||||||
|
Reference in New Issue
Block a user