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

◆ is_array()

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

Definition at line 1736 of file json.h.

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

References m_value.

Referenced by fl::jsonArrayToFloatVector(), and test_json_response().

+ Here is the caller graph for this function: