FLMutableDict_NewFromJSON

Function FLMutableDict_NewFromJSON 

Source
pub unsafe extern "C" fn FLMutableDict_NewFromJSON(
    json: FLString,
    outError: *mut FLError,
) -> FLMutableDict
Expand description

Creates a new mutable Dict from json. It is an error if the JSON is not a dictionary/object. Its initial ref-count is 1, so a call to FLMutableDict_Release will free it.