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

◆ set() [9/9]

template<typename T, typename = fl::enable_if_t<fl::is_same<T, char>::value>>
void fl::Json::set ( const fl::string & key,
T value )
inline

Definition at line 2169 of file json.h.

2169{ set(key, Json(value)); }
T value() const
Definition json.h:1802
Json()
Definition json.h:1626
void set(const fl::string &key, const Json &value)
Definition json.h:2149

References Json(), set(), and value().

Referenced by set().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: