Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bblanchon/ArduinoJson
/ asArray
Method
asArray
src/ArduinoJson/Variant/VariantData.hpp:177–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
}
176
177
ArrayData* asArray() {
178
return isArray() ? &content_.asArray : 0;
179
}
180
181
const ArrayData* asArray() const {
182
return const_cast<VariantData*>(this)->asArray();
Callers
2
fromJson
Method · 0.80
fromJson
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected