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

◆ is_bytes()

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

Definition at line 1740 of file json.h.

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

References m_value.