FastLED 3.9.15
Loading...
Searching...
No Matches
json.cpp File Reference
#include "fl/json.h"
#include "fl/string.h"
#include "fl/vector.h"
#include "fl/deque.h"
#include "fl/function.h"
#include "fl/sketch_macros.h"
#include "fl/math.h"
#include "fl/compiler_control.h"
#include "fl/thread_local.h"
+ Include dependency graph for json.cpp:

Go to the source code of this file.

Namespaces

namespace  fl
 IMPORTANT!
 

Macros

#define INT16_MAX   32767
 
#define INT16_MIN   (-32768)
 
#define UINT8_MAX   255
 

Functions

FL_DISABLE_WARNING_PUSH fl::FL_DISABLE_WARNING (unused-function) static bool canBeRepresentedAsFloat(double value)
 
JsonObjectfl::get_empty_json_object ()
 
FL_DISABLE_WARNING_POP JsonValuefl::get_null_value ()
 
fl::string fl::serializeValue (const JsonValue &value)