Lines Matching defs:from_json
192 static void from_json(const BasicJsonType& j, age& a) in from_json() function
198 static void from_json(const BasicJsonType& j, name& n) in from_json() function
204 static void from_json(const BasicJsonType& j, country& c) in from_json() function
220 static void from_json(const BasicJsonType& j, person& p) in from_json() function
227 static void from_json(const nlohmann::json& j, address& a) in from_json() function
232 static void from_json(const nlohmann::json& j, contact& c) in from_json() function
238 static void from_json(const nlohmann::json& j, contact_book& cb) in from_json() function
375 static void from_json(const json& j, std::shared_ptr<T>& opt) in from_json() function
396 static void from_json(const json& j, udt::legacy_type& l) in from_json() function
466 static void from_json(const json& /*unnamed*/, type& opt) in from_json() function
472 static type from_json(const json& /*unnamed*/) in from_json() function
506 static std::unique_ptr<T> from_json(const json& j) in from_json() function
560 static void from_json(const BasicJsonType& j, U& t) in from_json() function
570 static void from_json(const BasicJsonType& j, U& t) in from_json() function
637 static void from_json(const BasicJsonType& j, non_pod& np) in from_json() function
686 static void from_json(const custom_json& j, T& t) in from_json() function
831 void from_json(const json& /*unused*/, Evil& /*unused*/) {} in from_json() function