Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/rapidjson
/ StartObject
Method
StartObject
example/jsonx/jsonx.cpp:74–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
bool StartObject() {
75
return WriteStartElement(
"object"
);
76
}
77
78
bool Key(const char* str, SizeType length, bool) {
79
// backup key to name_
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected