pub unsafe extern "C" fn FLEncoder_ConvertJSON(
arg1: FLEncoder,
json: FLSlice,
) -> boolExpand 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.)