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

◆ is_int()

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

Definition at line 1732 of file json.h.

1732{ return m_value ? m_value->is_null() : true; }
fl::shared_ptr< JsonValue > m_value
Definition json.h:1622

References m_value.