MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / startObject

Method startObject

src/base/JSONSerializer.h:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 void startObject() {
66 checkAddComma();
67 _json += '{';
68 ++_objectStarted;
69 }
70
71 void endObject() {
72 _json += '}';

Callers 1

makeJSONMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected