repaired jsx:fold and moved some defines to jsx_decoder.hrl
This commit is contained in:
parent
cff4d17561
commit
5309030233
4 changed files with 26 additions and 19 deletions
|
@ -59,5 +59,5 @@
|
|||
|
||||
|
||||
-type jsx_parser_result() :: {event, jsx_event(), fun(() -> jsx_parser_result())}
|
||||
| {incomplete, jsx_parser()}
|
||||
| {incomplete, jsx_parser(), fun(() -> jsx_parser_result())}
|
||||
| {error, badjson}.
|
Loading…
Add table
Add a link
Reference in a new issue