mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-13 01:20:24 +02:00
doc update
This commit is contained in:
@ -71,7 +71,7 @@ Examples:
|
|||||||
```python
|
```python
|
||||||
def parse(data: str,
|
def parse(data: str,
|
||||||
raw: bool = False,
|
raw: bool = False,
|
||||||
quiet: bool = False) -> List[JSONDictType]
|
quiet: bool = False) -> Union[JSONDictType, List[JSONDictType]]
|
||||||
```
|
```
|
||||||
|
|
||||||
Main text parsing function
|
Main text parsing function
|
||||||
|
Reference in New Issue
Block a user