FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ toJsonStr()

void fl::ScreenMap::toJsonStr ( const FixedMap< Str, ScreenMap, 16 > & segmentMaps,
Str * jsonBuffer )
static

Definition at line 160 of file screenmap.cpp.

161 {
162#if !FASTLED_ENABLE_JSON
163 return;
164#else
165 JsonDocument doc;
166 toJson(segmentMaps, &doc);
167 fl::toJson(doc, jsonBuffer);
168#endif
169}
static void toJson(const FixedMap< Str, ScreenMap, 16 > &, JsonDocument *doc)
void toJson(const fl::JsonDocument &doc, Str *jsonBuffer)
Definition json.cpp:24

References toJson(), and fl::toJson().

+ Here is the call graph for this function: