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

◆ as_bytes()

fl::optional< fl::vector< uint8_t > > fl::Json::as_bytes ( ) const
inline

Definition at line 1779 of file json.h.

1779{ return m_value ? m_value->as_object() : fl::nullopt; }
fl::shared_ptr< JsonValue > m_value
Definition json.h:1622
constexpr nullopt_t nullopt
Definition optional.h:11

References m_value, and fl::nullopt.