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

◆ end() [1/2]

iterator fl::JsonValue::end ( )
inline

Definition at line 1152 of file json.h.

1154 {
1155 if (is_object()) {
1156 auto ptr = data.ptr<JsonObject>();
1157 return iterator(ptr->end());
1158 }
1159 // 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

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

+ Here is the caller graph for this function: