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

◆ is_object()

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

Definition at line 248 of file json.h.

248{ return mValue && mValue->is_array(); }
fl::shared_ptr< json_value > mValue
Definition json.h:130

References FL_NOEXCEPT, and mValue.

Referenced by fl::ScreenMap::ParseJson(), fl::parseV2SegmentArray(), printStreamRaw(), and fl::WLED::setState().

+ Here is the caller graph for this function: