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