1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-23 00:29:59 +02:00

integer conversions

This commit is contained in:
Kelly Brazil
2022-10-21 12:45:19 -07:00
parent 2fcf46505c
commit 1ac7a724bd
2 changed files with 23 additions and 5 deletions

View File

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