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

◆ JsonValue() [7/15]

fl::JsonValue::JsonValue ( const JsonArray & a)
inline

Definition at line 688 of file json.h.

688 : data(s) {
689 }
690 JsonValue(const JsonArray& a) : data(a) {
fl::vector< fl::shared_ptr< JsonValue > > JsonArray
Definition json.h:170
JsonValue() noexcept
Definition json.h:681
variant_t data
Definition json.h:678

References data.