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

◆ JsonValue() [6/15]

fl::JsonValue::JsonValue ( const fl::string & s)
inline

Definition at line 686 of file json.h.

686 : data(i) {}
687 JsonValue(float f) noexcept : data(f) {} // Changed from double to float
JsonValue() noexcept
Definition json.h:681
variant_t data
Definition json.h:678