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

Method toJSON5

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

Source from the content-addressed store, hash-verified

65 inline alloc_slice toJSON(bool json5 =false, bool canonical =false) const;
66 inline std::string toJSONString() const {return std::string(toJSON());}
67 inline alloc_slice toJSON5() const {return toJSON(true);}
68
69 explicit operator bool() const {return _val != nullptr;}
70 bool operator! () const {return _val == nullptr;}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected