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

update parse() Return info

This commit is contained in:
Kelly Brazil
2019-12-17 10:09:19 -08:00
parent 41f8e3aba2
commit be06aa2b31
65 changed files with 70 additions and 66 deletions

View File

@ -87,7 +87,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)