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

◆ toJsonStr()

void fl::ScreenMap::toJsonStr ( const fl::fl_map< string, ScreenMap > & segmentMaps,
string * jsonBuffer )
static

Definition at line 303 of file screenmap.cpp.

304 {
305 fl::Json doc;
306 toJson(segmentMaps, &doc);
307 *jsonBuffer = doc.to_string();
308}
fl::string to_string() const
Definition json.h:2120
static void toJson(const fl::fl_map< string, ScreenMap > &, fl::Json *doc)

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

+ Here is the call graph for this function: