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

Function JsonArray

src/ArduinoJson/Array/JsonArray.hpp:23–23  ·  view source on GitHub ↗

Constructs an unbound reference.

Source from the content-addressed store, hash-verified

21
22 // Constructs an unbound reference.
23 JsonArray() : data_(0), resources_(0) {}
24
25 // INTERNAL USE ONLY
26 JsonArray(detail::ArrayData* data, detail::ResourceManager* resources)

Callers 3

fromJsonMethod · 0.85
toMethod · 0.85
isnull.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected