pub unsafe extern "C" fn FLValue_ToJSON(
arg1: FLValue,
) -> FLStringResultExpand description
Encodes a Fleece value as JSON (or a JSON fragment.) @note Any Data values will be encoded as base64-encoded strings.
pub unsafe extern "C" fn FLValue_ToJSON(
arg1: FLValue,
) -> FLStringResultEncodes a Fleece value as JSON (or a JSON fragment.) @note Any Data values will be encoded as base64-encoded strings.