Skip to main content

FLMutableArray_NewFromJSON

Function FLMutableArray_NewFromJSON 

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

Creates a new mutable Array from JSON. It is an error if the JSON is not an array. Its initial ref-count is 1, so a call to FLMutableArray_Release will free it.