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

◆ as_string()

fl::optional< fl::string > fl::Json::as_string ( ) const
inline

Definition at line 1772 of file json.h.

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