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

◆ end() [1/2]

JsonValue::iterator fl::Json::end ( )
inline

Definition at line 1932 of file json.h.

1934 {
1935 if (!m_value) return JsonValue::iterator(JsonObject().end());
fl::shared_ptr< JsonValue > m_value
Definition json.h:1622
JsonValue::iterator end()
Definition json.h:1932
fl::HashMap< fl::string, fl::shared_ptr< JsonValue > > JsonObject
Definition json.h:171
JsonValue::iterator iterator
Definition json.h:675

References m_value.

Referenced by end, and keys().

+ Here is the caller graph for this function: