FastLED 3.9.15
Loading...
Searching...
No Matches
json.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fl::JsonDocument
 

Namespaces

namespace  fl
 Implements a simple red square effect for 2D LED grids.
 

Macros

#define FASTLED_ENABLE_JSON   1
 

Functions

bool fl::parseJson (const char *json, fl::JsonDocument *doc, Str *_error)
 
void fl::toJson (const fl::JsonDocument &doc, Str *jsonBuffer)
 

Class Documentation

◆ fl::JsonDocument

class fl::JsonDocument