JSON for Modern C++  3.7.3

◆ operator<< [1/2]

std::istream& operator<< ( basic_json j,
std::istream &  i 
)
friend
Deprecated:
This stream operator is deprecated and will be removed in version 4.0.0 of the library. Please use operator>>(std::istream&, basic_json&) instead; that is, replace calls like j << i; with i >> j;.
Since
version 1.0.0; deprecated since version 3.0.0

Definition at line 20924 of file json.hpp.