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

◆ parse2_validate_only() [1/2]

bool fl::json_value::parse2_validate_only ( const fl::string & txt)
static

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

1103 {
1104 return parse2_validate_only(fl::string_view(txt.c_str(), txt.length()));
1105}
fl::size length() const FL_NOEXCEPT
const char * c_str() const FL_NOEXCEPT
static bool parse2_validate_only(const fl::string &txt) FL_NOEXCEPT

References fl::basic_string::c_str(), fl::basic_string::length(), and parse2_validate_only().

Referenced by parse2(), and parse2_validate_only().

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