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