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

Class JSON5Encoder

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

Subclass of Encoder that generates JSON5 (an variant of JSON with cleaner syntax.) */

Source from the content-addressed store, hash-verified

537
538 /** Subclass of Encoder that generates JSON5 (an variant of JSON with cleaner syntax.) */
539 class JSON5Encoder : public Encoder {
540 public:
541 JSON5Encoder() :Encoder(kFLEncodeJSON5) { }
542 };
543
544
545 /** Use this instead of Encoder if you don't own the FLEncoder. Its destructor does not

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected