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