pub unsafe extern "C" fn FLMutableDict_NewFromJSON(
json: FLString,
outError: *mut FLError,
) -> FLMutableDictExpand 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.