MCPcopy Create free account
hub / github.com/couchbase/fleece / FLData_ConvertJSON

Function FLData_ConvertJSON

Fleece/API_Impl/Fleece.cc:147–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145
146
147FLSliceResult FLData_ConvertJSON(FLSlice json, FLError *outError) FLAPI {
148 FLEncoderImpl e(kFLEncodeFleece, json.size);
149 FLEncoder_ConvertJSON(&e, json);
150 return FLEncoder_Finish(&e, outError);
151}
152
153
154FLStringResult FLJSON5_ToJSON(FLString json5,

Callers

nothing calls this directly

Calls 2

FLEncoder_ConvertJSONFunction · 0.85
FLEncoder_FinishFunction · 0.85

Tested by

no test coverage detected