mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
doc update
This commit is contained in:
@ -31,7 +31,8 @@ def parse(
|
|||||||
) -> Union[JSONDictType, List[JSONDictType], Iterator[JSONDictType]]
|
) -> Union[JSONDictType, List[JSONDictType], Iterator[JSONDictType]]
|
||||||
```
|
```
|
||||||
|
|
||||||
Parse the string or bytes data using the supplied parser module.
|
Parse the data (string or bytes) using the supplied parser (string or
|
||||||
|
module object).
|
||||||
|
|
||||||
This function provides a high-level API to simplify parser use. This
|
This function provides a high-level API to simplify parser use. This
|
||||||
function will call built-in parsers and custom plugin parsers.
|
function will call built-in parsers and custom plugin parsers.
|
||||||
|
@ -270,7 +270,8 @@ def parse(
|
|||||||
**kwargs
|
**kwargs
|
||||||
) -> Union[JSONDictType, List[JSONDictType], Iterator[JSONDictType]]:
|
) -> Union[JSONDictType, List[JSONDictType], Iterator[JSONDictType]]:
|
||||||
"""
|
"""
|
||||||
Parse the string or bytes data using the supplied parser module.
|
Parse the data (string or bytes) using the supplied parser (string or
|
||||||
|
module object).
|
||||||
|
|
||||||
This function provides a high-level API to simplify parser use. This
|
This function provides a high-level API to simplify parser use. This
|
||||||
function will call built-in parsers and custom plugin parsers.
|
function will call built-in parsers and custom plugin parsers.
|
||||||
|
Reference in New Issue
Block a user