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

Method JSONEncoder

API/fleece/Fleece.hh:534–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532 class JSONEncoder : public Encoder {
533 public:
534 JSONEncoder() :Encoder(kFLEncodeJSON) { }
535 inline bool writeRaw(slice raw) {return FLEncoder_WriteRaw(_enc, raw);}
536 };
537

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected