1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +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

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.