Module jsx_consult

Data Types

config()

config() = list()

json_value()

json_value() = [json_value()] | [{binary() | atom(), json_value()}] | true | false | null | integer() | float() | binary()

state()

state() = {[], proplists:proplist(), {list(), #config{}}}

Function Index

consult/2
handle_event/2
init/1
reset/1

Function Details

consult/2

consult(File::file:name_all(), Config::config()) -> [json_value()]

handle_event/2

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

init/1

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

reset/1

reset(State::state()) -> state()


Generated by EDoc