Module jsx_verify

Data Types

state()

state() = []

Function Index

handle_event/2
init/1
is_json/2
is_term/2

Function Details

handle_event/2

handle_event(Event::any(), State::state()) -> state()

init/1

init(Config::proplists:proplist()) -> state()

is_json/2

is_json(Source::binary(), Config::proplists:proplist()) -> true | false | {incomplete, jsx:decoder()}

is_term/2

is_term(Source::any(), Config::proplists:proplist()) -> true | false | {incomplete, jsx:encoder()}


Generated by EDoc