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

◆ from_value()

static Json fl::Json::from_value ( const JsonValue & value)
inlinestatic

Definition at line 1641 of file json.h.

1643 {
1644 Json result;
1645 result.m_value = fl::make_shared<JsonValue>(value);
T value() const
Definition json.h:1802
Json()
Definition json.h:1626
shared_ptr< T > make_shared(Args &&... args)
Definition shared_ptr.h:348

References Json(), fl::make_shared(), and value().

+ Here is the call graph for this function: