FastLED 3.9.15
|
#include <json.h>
Public Member Functions | |
template<typename U> | |
void | accept (const U &value) |
void | operator() (const bool &value) |
void | operator() (const double &value) |
void | operator() (const fl::nullptr_t &) |
void | operator() (const fl::string &value) |
void | operator() (const float &value) |
void | operator() (const int64_t &value) |
template<typename T> | |
void | operator() (const T &) |
Public Attributes | |
fl::optional< fl::string > | result |