1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-24 20:56:11 +02:00

doc update

This commit is contained in:
Kelly Brazil
2022-10-15 14:43:45 -07:00
parent 0a97523928
commit dd70bf92f3
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -31,7 +31,8 @@ def parse(
) -> 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
function will call built-in parsers and custom plugin parsers.
+2 -1
View File
@@ -270,7 +270,8 @@ def parse(
**kwargs
) -> 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
function will call built-in parsers and custom plugin parsers.