|
FastLED 3.9.15
|
Definition at line 1128 of file json.cpp.hpp.
#include <json.cpp.hpp>
Collaboration diagram for fl::SerializerVisitor:Public Member Functions | |
| void | accept (const bool &b) |
| void | accept (const fl::nullptr_t &) |
| void | accept (const fl::string &s) |
| void | accept (const fl::vector< float > &floats) |
| void | accept (const fl::vector< i16 > &audio) |
| void | accept (const fl::vector< u8 > &bytes) |
| void | accept (const float &f) |
| void | accept (const i64 &i) |
| void | accept (const json_array &arr) |
| void | accept (const json_object &obj) |
| void | append (const char *str) |
| void | append_escaped (const fl::string &str) |
| void | append_str (const fl::string &str) |
| void | serialize_value (const json_value *value) |
Public Attributes | |
| fl::deque< char > & | out |