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

Method isArray

src/ArduinoJson/Variant/VariantData.hpp:360–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358 }
359
360 bool isArray() const {
361 return type_ == VariantType::Array;
362 }
363
364 bool isBoolean() const {
365 return type_ == VariantType::Boolean;

Callers 2

checkJsonMethod · 0.80
checkJsonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected