Module jsx_verify

Data Types

config()

config() = proplists:proplist()

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::config()) -> state()

is_json/2

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

is_term/2

is_term(Source::jsx:json_term() | end_stream | end_json, Config::jsx_config:options()) -> true | false | {incomplete, jsx:encoder()}


Generated by EDoc