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

Method toJSONString

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

Source from the content-addressed store, hash-verified

64 inline alloc_slice toString() const;
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;}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected