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

◆ toJsonStr()

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

Definition at line 447 of file screenmap.cpp.hpp.

448 {
449 fl::json doc;
450 toJson(segmentMaps, &doc);
451 *jsonBuffer = doc.to_string();
452}
static void toJson(const fl::flat_map< string, ScreenMap > &, fl::json *doc) FL_NOEXCEPT
fl::string to_string() const FL_NOEXCEPT
Definition json.h:671

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

+ Here is the call graph for this function: