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

◆ get_empty_json_object()

JsonObject & fl::get_empty_json_object ( )

Definition at line 75 of file json.cpp.

75 {
76 // thread_local JsonObject empty_object;
77 static ThreadLocal<JsonObject> empty_object;
78 return empty_object.access();
79}
ThreadLocalFake< T > ThreadLocal

References fl::ThreadLocalFake< T >::access().

+ Here is the call graph for this function: