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
2022-12-05 12:43:45 -08:00
parent 28ee448c44
commit 50f2a811ad

View File

@ -71,7 +71,7 @@ Examples:
```python
def parse(data: str,
raw: bool = False,
quiet: bool = False) -> List[JSONDictType]
quiet: bool = False) -> Union[JSONDictType, List[JSONDictType]]
```
Main text parsing function