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

◆ get_empty_json_obj()

json_object & fl::get_empty_json_obj ( )

Definition at line 69 of file json.cpp.hpp.

69 {
70 static json_object empty_object;
71 return empty_object;
72}
fl::flat_map< fl::string, fl::shared_ptr< json_value >, fl::StringFastLess > json_object
Definition types.h:34