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

◆ as_string()

fl::optional< fl::string > fl::json::as_string ( ) const
inline

Definition at line 282 of file json.h.

284 {
285 if (!mValue) return fl::nullopt;
fl::shared_ptr< json_value > mValue
Definition json.h:130
constexpr nullopt_t nullopt
Definition optional.h:13

Referenced by fl::Rpc::handle(), fl::Rpc::handle_maybe(), fl::Remote::methods(), fl::parseV2SegmentArray(), fl::Remote::processRpc(), AutoResearchRemoteControl::registerFunctions(), AutoResearchRemoteControl::runParallelTestImpl(), AutoResearchRemoteControl::runSingleTestImpl(), and fl::Remote::scheduleFunction().

+ Here is the caller graph for this function: