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

Method endArray

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

Source from the content-addressed store, hash-verified

71
72 void beginArray() {comma(); _out << '['; _first = true;}
73 void endArray() {_out << ']'; _first = false;}
74
75 //////// Writing dictionaries:
76

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected