Lines Matching refs:from_json
187 static void from_json(const BasicJsonType& j, age& a) in from_json() function
193 static void from_json(const BasicJsonType& j, name& n) in from_json() function
199 static void from_json(const BasicJsonType& j, country& c) in from_json() function
215 static void from_json(const BasicJsonType& j, person& p) in from_json() function
222 static void from_json(const nlohmann::json& j, address& a) in from_json() function
227 static void from_json(const nlohmann::json& j, contact& c) in from_json() function
233 static void from_json(const nlohmann::json& j, contact_book& cb) in from_json() function
370 static void from_json(const json& j, std::shared_ptr<T>& opt) in from_json() function
391 static void from_json(const json& j, udt::legacy_type& l) in from_json() function
461 static void from_json(const json&, type& opt) in from_json() function
467 static type from_json(const json&) in from_json() function
501 static std::unique_ptr<T> from_json(const json& j) in from_json() function
557 static void from_json(const BasicJsonType& j, U& t) in from_json() function
559 using nlohmann::from_json; in from_json()
560 from_json(j, t); in from_json()
567 static void from_json(const BasicJsonType& j, U& t) in from_json() function
584 nlohmann::from_json(j, value); in from_json()
634 static void from_json(const BasicJsonType& j, non_pod& np) in from_json() function
683 static void from_json(const custom_json& j, T& t) in from_json() function
685 using nlohmann::from_json; in from_json()
686 from_json(j, t); in from_json()
825 void from_json(const json&, Evil&) {} in from_json() function