Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Barracuda09/SATPI
/ endObject
Method
endObject
src/base/JSONSerializer.h:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
void endObject() {
72
_json +=
'}'
;
73
--_objectStarted;
74
}
75
76
void addValueNumber(const std::string &name, const std::string &value) {
77
checkAddComma();
Callers
1
makeJSON
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected