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

◆ is_string()

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

Definition at line 1735 of file json.h.

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

References m_value.