Searched defs:toJSON (Results 1 – 10 of 10) sorted by relevance
33 virtual json::Value toJSON() const { return "not implemented"; } in toJSON() function
368 func toJSON(m any) string { func
398 func toJSON(v any) string { func
827 template <typename T> Value toJSON(const std::optional<T> &Opt) { in toJSON() function
825 template <typename T> Value toJSON(const std::optional<T> &Opt) { in toJSON() function
812 template <typename T> Value toJSON(const std::optional<T> &Opt) { in toJSON() function