FLEncoder_ConvertJSON

Function FLEncoder_ConvertJSON 

Source
pub unsafe extern "C" fn FLEncoder_ConvertJSON(
    arg1: FLEncoder,
    json: FLSlice,
) -> bool
Expand description

Parses JSON data and writes the value(s) to the encoder as their Fleece equivalents. (This acts as a single write, like WriteInt; it’s just that the value written is likely to be an entire dictionary or array.)