1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

iterator -> iterable

This commit is contained in:
Kelly Brazil
2022-04-12 14:22:06 -07:00
parent 3c3ad9fc6a
commit f91988aed5

View File

@ -68,7 +68,7 @@ Parameters:
variants of the module name. variants of the module name.
data: (string or data to parse (string for normal data: (string or data to parse (string for normal
iterator) parsers, iterator of strings for iterable) parsers, iterable of strings for
streaming parsers) streaming parsers)
raw: (boolean) output preprocessed JSON if True raw: (boolean) output preprocessed JSON if True