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