config() = proplists:proplist()
json_value() = [json_value()] | map() | true | false | null | integer() | float() | binary()
state() = {[], config(), {list(), #config{}}}
| consult/2 | |
| handle_event/2 | |
| init/1 | |
| reset/1 |
consult(File::file:name_all(), Config::config()) -> [json_value()]
Generated by EDoc