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

◆ is_object()

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

Definition at line 1738 of file json.h.

1738{ return m_value && m_value->is_array(); }
fl::shared_ptr< JsonValue > m_value
Definition json.h:1622

References m_value.

Referenced by fl::ScreenMap::ParseJson().

+ Here is the caller graph for this function: