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

◆ serialize_value()

void fl::SerializerVisitor::serialize_value ( const json_value * value)
inline

Definition at line 1160 of file json.cpp.hpp.

1160 {
1161 if (!value) {
1162 append("null");
1163 return;
1164 }
1165 value->data.visit(*this);
1166 }
constexpr int type_rank< T >::value
void append(const char *str)

References append(), and fl::type_rank< T >::value.

Referenced by accept(), accept(), and fl::json::to_string_native().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: