diff --git a/src/json.hpp b/src/json.hpp index 24c1611eb3..d5fad77b4f 100644 --- a/src/json.hpp +++ b/src/json.hpp @@ -12737,8 +12737,7 @@ class basic_json JSON_DEPRECATED friend std::istream& operator<<(basic_json& j, std::istream& i) { - parser(detail::input_adapter(i)).parse(false, j); - return i; + return operator>>(i, j); } /*!