Module jsx_consult

Data Types

config()

config() = proplists:proplist()

json_value()

json_value() = [json_value()] | map() | true | false | null | integer() | float() | binary()

state()

state() = {[], config(), {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::config()) -> state()

reset/1

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


Generated by EDoc