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

◆ as_double()

fl::optional< double > fl::Json::as_double ( ) const
inline

Definition at line 1761 of file json.h.

1763 {
1764 if (!m_value) return fl::nullopt;
fl::shared_ptr< JsonValue > m_value
Definition json.h:1622
constexpr nullopt_t nullopt
Definition optional.h:11