FLData_ConvertJSON

Function FLData_ConvertJSON 

Source
pub unsafe extern "C" fn FLData_ConvertJSON(
    json: FLSlice,
    outError: *mut FLError,
) -> FLSliceResult
Expand description

Directly converts JSON data to Fleece-encoded data. Not commonly needed. Prefer \ref FLDoc_FromJSON instead.