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

◆ begin_array() [2/2]

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

Definition at line 1959 of file json.h.

1961 {
1962 if (!m_value) return typename JsonValue::template array_iterator<T>();
fl::shared_ptr< JsonValue > m_value
Definition json.h:1622

References begin_array(), and m_value.

+ Here is the call graph for this function: