Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Barracuda09/SATPI
/ startArrayWithName
Method
startArrayWithName
src/base/JSONSerializer.h:44–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
public:
43
44
void startArrayWithName(const std::string &name) {
45
checkAddComma();
46
_json +=
'\"'
;
47
_json += name;
48
_json +=
"\"
: [";
49
++_objectStarted;
50
}
51
52
void endArray() {
53
_json +=
']'
;
Callers
1
makeJSON
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected