Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/rapidjson
/ StartArray
Method
StartArray
example/jsonx/jsonx.cpp:91–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
bool StartArray() {
92
return WriteStartElement(
"array"
);
93
}
94
95
bool EndArray(SizeType) {
96
return WriteEndElement(
"array"
);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected