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

◆ toJson()

void fl::toJson ( const fl::JsonDocument & doc,
Str * jsonBuffer )

Definition at line 24 of file json.cpp.

24 {
25#if !FASTLED_ENABLE_JSON
26 return;
27#else
28 serializeJson(doc, *jsonBuffer);
29#endif
30}

Referenced by fl::ScreenMap::toJsonStr().

+ Here is the caller graph for this function: