MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / JsonObjectConst

Function JsonObjectConst

src/ArduinoJson/Object/JsonObjectConst.hpp:22–22  ·  view source on GitHub ↗

Creates an unbound reference.

Source from the content-addressed store, hash-verified

20
21 // Creates an unbound reference.
22 JsonObjectConst() : data_(0), resources_(0) {}
23
24 // INTERNAL USE ONLY
25 JsonObjectConst(const detail::ObjectData* data,

Callers 3

fromJsonMethod · 0.85
visitMethod · 0.85
JsonObject.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected