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

Method allowArray

src/ArduinoJson/Deserialization/Filter.hpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 bool allowArray() const {
59 return true;
60 }
61
62 bool allowObject() const {
63 return true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected