pub unsafe extern "C" fn FLData_ConvertJSON(
json: FLSlice,
outError: *mut FLError,
) -> FLSliceResultExpand description
Directly converts JSON data to Fleece-encoded data. Not commonly needed. Prefer \ref FLDoc_FromJSON instead.
pub unsafe extern "C" fn FLData_ConvertJSON(
json: FLSlice,
outError: *mut FLError,
) -> FLSliceResultDirectly converts JSON data to Fleece-encoded data. Not commonly needed. Prefer \ref FLDoc_FromJSON instead.