config() = proplists:proplist()
state() = []
| handle_event/2 | |
| init/1 | |
| is_json/2 | |
| is_term/2 |
is_json(Source::binary(), Config::jsx_config:options()) -> true | false | {incomplete, jsx:decoder()}
is_term(Source::jsx:json_term() | end_stream | end_json, Config::jsx_config:options()) -> true | false | {incomplete, jsx:encoder()}
Generated by EDoc