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

◆ parse()

static Json fl::Json::parse ( const fl::string & txt)
inlinestatic

Definition at line 2126 of file json.h.

2128 {
2129 auto parsed = JsonValue::parse(txt);
2130 if (parsed) {
2131 Json result;
2132 result.m_value = parsed;
2133 return result;
2134 }
Json()
Definition json.h:1626
static fl::shared_ptr< JsonValue > parse(const fl::string &txt)
Definition json.cpp:81

References Json(), and fl::JsonValue::parse().

Referenced by fl::response::parse_json_body(), fl::ScreenMap::ParseJson(), fl::FileSystem::readJson(), and setup().

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