Search
LiveJSON
v0.3.2
Pages
Modules
Settings
View Source
LiveJson
(LiveJSON v0.3.2)
Link to this section
Summary
Functions
append(socket, doc_name, data)
assign(socket, doc_name, data)
initialize(socket, doc_name, data)
push_patch(socket, doc_name, new_data, method \\ :jsondiff)
put(socket, doc_name, key, value)
safer_string_to_atom(str)
Link to this section
Functions
Link to this function
append(socket, doc_name, data)
View Source
Link to this function
assign(socket, doc_name, data)
View Source
Link to this function
initialize(socket, doc_name, data)
View Source
Link to this function
push_patch(socket, doc_name, new_data, method \\ :jsondiff)
View Source
Link to this function
put(socket, doc_name, key, value)
View Source
Link to this function
safer_string_to_atom(str)
View Source
@spec
safer_string_to_atom(
binary
()) ::
atom
()