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

◆ is_double()

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

Definition at line 1734 of file json.h.

1734{ return m_value && (m_value->is_int() || m_value->is_bool()); }
fl::shared_ptr< JsonValue > m_value
Definition json.h:1622

References m_value.