Lines Matching refs:from_json
95 void from_json(const json& j, Data& data);
96 void from_json(const json& j, Data& data)
118 static NonDefaultFromJsonStruct from_json(json const& /*unused*/) noexcept
152 static NonDefaultConstructible from_json(json const& j)
213 inline void from_json(const nlohmann::json& j, FooBar& fb)
241 inline void from_json(const json& j, for_3171_base& tb)
256 inline void from_json(const json& j, for_3312& obj)
440 SECTION("issue #1299 - compile error in from_json converting to container "
537 SECTION("issue #1647 - compile error when deserializing enum if both non-default from_json and non-member operator== exists for other type")
868 SECTION("issue #3171 - if class is_constructible from std::string wrong from_json overload is being selected, compilation failed")