JSON for Modern C++  3.7.3

◆ operator>> [1/2]

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

Definition at line 20676 of file json.hpp.