Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ beginArray
Method
beginArray
Fleece/Support/JSONEncoder.hh:72–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
//////// Writing arrays:
71
72
void beginArray() {comma(); _out <<
'['
; _first = true;}
73
void endArray() {_out <<
']'
; _first = false;}
74
75
//////// Writing dictionaries:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected