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

◆ as_float() [1/2]

fl::optional< float > fl::Json::as_float ( ) const
inline

Definition at line 1756 of file json.h.

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

Referenced by as_float(), as_impl(), and fl::ScreenMap::ParseJson().

+ Here is the caller graph for this function: