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

◆ operator()() [2/10]

void fl::detail::JsonToStringVisitor::operator() ( const fl::nullptr_t & )
inline

Definition at line 290 of file json_visitors.h.

290 {
291 mValue = "null";
292 mResult.addWarning("null converted to string 'null'");
293 }

References mResult, and mValue.