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

Method setJSON5

Fleece/Support/JSONEncoder.hh:32–32  ·  view source on GitHub ↗

In JSON5 mode, dictionary keys that are JavaScript identifiers will be unquoted. */

Source from the content-addressed store, hash-verified

30
31 /** In JSON5 mode, dictionary keys that are JavaScript identifiers will be unquoted. */
32 void setJSON5(bool j5) {_json5 = j5;}
33 void setCanonical(bool canonical) {_canonical = canonical;}
34
35 bool isEmpty() const {return _out.length() == 0;}

Callers 4

FLValue_ToJSONXFunction · 0.80
FLEncoderImplMethod · 0.80
toJSONMethod · 0.80
createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected