state() = []
| handle_event/2 | |
| init/1 | |
| is_json/2 | |
| is_term/2 |
init(Config::proplists:proplist()) -> state()
is_json(Source::binary(), Config::jsx_config:config()) -> true | false | {incomplete, jsx:decoder()}
is_term(Source::any(), Config::jsx_config:config()) -> true | false | {incomplete, jsx:encoder()}
Generated by EDoc, Feb 27 2017, 14:12:16.