Lines Matching defs:from_json
173 static void from_json(const BasicJsonType& j, age& a) in from_json() function
179 static void from_json(const BasicJsonType& j, name& n) in from_json() function
185 static void from_json(const BasicJsonType& j, country& c) in from_json() function
201 static void from_json(const BasicJsonType& j, person& p) in from_json() function
208 static void from_json(const nlohmann::json& j, address& a) in from_json() function
213 static void from_json(const nlohmann::json& j, contact& c) in from_json() function
219 static void from_json(const nlohmann::json& j, contact_book& cb) in from_json() function
356 static void from_json(const json& j, std::shared_ptr<T>& opt) in from_json() function
377 static void from_json(const json& j, udt::legacy_type& l) in from_json() function
447 static void from_json(const json& /*unnamed*/, type& opt) in from_json() function
453 static type from_json(const json& /*unnamed*/) in from_json() function
487 static std::unique_ptr<T> from_json(const json& j) in from_json() function
541 static void from_json(const BasicJsonType& j, U& t) in from_json() function
551 static void from_json(const BasicJsonType& j, U& t) in from_json() function
618 static void from_json(const BasicJsonType& j, non_pod& np) in from_json() function
667 static void from_json(const custom_json& j, T& t) in from_json() function
812 void from_json(const json& /*unused*/, Evil& /*unused*/) {} in from_json() function