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

Method beginDictionary

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

Source from the content-addressed store, hash-verified

75 //////// Writing dictionaries:
76
77 void beginDictionary() {comma(); _out << '{'; _first = true;}
78 void endDictionary() {_out << '}'; _first = false;}
79
80 void writeKey(slice s);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected