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

◆ get() [1/2]

template<typename T>
fl::optional< T > fl::JsonValue::get ( )
inline

Definition at line 1137 of file json.h.

1139 {
1140 auto ptr = data.ptr<T>();
variant_t data
Definition json.h:678

References data, and fl::nullopt.