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

◆ begin() [1/2]

iterator fl::JsonValue::begin ( )
inline

Definition at line 1143 of file json.h.

1145 {
1146 if (is_object()) {
1147 auto ptr = data.ptr<JsonObject>();
1148 return iterator(ptr->begin());
1149 }
1150 // Use temporary empty object to avoid static initialization conflicts with Teensy
fl::HashMap< fl::string, fl::shared_ptr< JsonValue > > JsonObject
Definition json.h:171
bool is_object() const noexcept
Definition json.h:879
variant_t data
Definition json.h:678
JsonValue::iterator iterator
Definition json.h:675

References begin(), data, and is_object().

Referenced by begin(), begin, and keys().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: