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

◆ end() [2/2]

json_value::iterator fl::json::end ( )
inline

Definition at line 477 of file json.h.

479 {
480 if (!mValue) return json_value::iterator(json_object().end());
fl::shared_ptr< json_value > mValue
Definition json.h:130
json_value::iterator end() FL_NOEXCEPT
Definition json.h:477
fl::flat_map< fl::string, fl::shared_ptr< json_value >, fl::StringFastLess > json_object
Definition types.h:34
json_value::iterator iterator
Definition types.h:697

References mValue.

Referenced by keys().

+ Here is the caller graph for this function: