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

Method endDictionary

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

Source from the content-addressed store, hash-verified

76
77 void beginDictionary() {comma(); _out << '{'; _first = true;}
78 void endDictionary() {_out << '}'; _first = false;}
79
80 void writeKey(slice s);
81 void writeKey(const std::string &s) {writeKey(slice(s));}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected