Module jsx_to_json

Data Types

config()

config() = proplists:proplist()

state()

state() = {unicode:charlist(), #config{}}

Function Index

finish/1
format/2
get_key/1
get_value/1
handle_event/2
init/1
insert/2
start_array/1
start_json/0
start_json/1
start_object/1
to_json/2

Function Details

finish/1

finish(X1) -> any()

format/2

format(Source::binary(), Config::jsx_config:options()) -> jsx:json_text()

get_key/1

get_key(X1) -> any()

get_value/1

get_value(X1) -> any()

handle_event/2

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

init/1

init(Config::config()) -> state()

insert/2

insert(Value, X2) -> any()

start_array/1

start_array(X1) -> any()

start_json/0

start_json() -> any()

start_json/1

start_json(Config) -> any()

start_object/1

start_object(X1) -> any()

to_json/2

to_json(Source::jsx:json_term(), Config::jsx_config:options()) -> binary()


Generated by EDoc