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

Method JSONEncoder

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

Source from the content-addressed store, hash-verified

25 class JSONEncoder {
26 public:
27 JSONEncoder(size_t reserveOutputSize =256)
28 :_out(reserveOutputSize)
29 { }
30
31 /** In JSON5 mode, dictionary keys that are JavaScript identifiers will be unquoted. */
32 void setJSON5(bool j5) {_json5 = j5;}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected