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

◆ is_floats()

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

Definition at line 1741 of file json.h.

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

References m_value.