Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
fromJson
Method · 0.85
visit
Method · 0.85
JsonObject.hpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected