Searched defs:to_json_string (Results 1 – 3 of 3) sorted by relevance
36 …inline std::string to_json_string() const noexcept { return executorchcoreml::serde::json::to_json… in to_json_string() function
61 … inline std::string to_json_string() const noexcept { return serde::json::to_json_string(*this); } in to_json_string() function
164 pub fn to_json_string(&self) -> Result<String> { in to_json_string() method