json() = #{binary() => json()} | [json()] | integer() | float() | binary() | true | false | null
path() = binary() | [atom() | integer() | binary()]
state() = [any()]
filter(JSON::json(), Module::module(), InitialState::any()) -> any()
from_binary(JSON::binary()) -> json()
from_list(List::list()) -> json()
init(X1::[]) -> state()
minify(JSON::binary()) -> binary()
prettify(JSON::binary()) -> binary()
to_binary(JSON::json()) -> binary()
to_list(JSON::json()) -> list()
Generated by EDoc