FastLED 3.9.15
Loading...
Searching...
No Matches

◆ begin_array() [1/2]

template<typename T>
array_iterator< T > fl::JsonValue::begin_array ( )
inline

Definition at line 1325 of file json.h.

1327 {
1328 if (is_array()) {
1329 return array_iterator<T>(&data, 0);
1330 }
bool is_array() const noexcept
Definition json.h:865
variant_t data
Definition json.h:678

References data, and is_array().

+ Here is the call graph for this function: