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

◆ is_object()

bool fl::json_value::is_object ( ) const
inline

Definition at line 906 of file types.h.

906 {
907 //FL_WARN("is_object called, tag=" << data.tag());
908 return data.is<json_object>();
909 }
fl::flat_map< fl::string, fl::shared_ptr< json_value >, fl::StringFastLess > json_object
Definition types.h:34
variant_t data
Definition types.h:700

References data, and FL_NOEXCEPT.

Referenced by begin(), begin(), contains(), end(), end(), keys(), and operator[]().

+ Here is the caller graph for this function: