<dd><aclass="anchor"id="_deprecated000001"></a>This stream operator is deprecated and will be removed in future 4.0.0 of the library. Please use <aclass="el"href="classnlohmann_1_1basic__json.html#a5961446010dfc494e0c247b4e9026977">items()</a> instead; that is, replace <code>json::iterator_wrapper(j)</code> with <code>j.items()</code>. </dd>
<dt>Member <aclass="el"href="classnlohmann_1_1basic__json.html#a60ca396028b8d9714c6e10efbf475af6">nlohmann::basic_json::operator<<</a> (<aclass="el"href="classnlohmann_1_1basic__json.html"title="a class to store JSON values">basic_json</a>&j, std::istream &i)</dt>
<dd><aclass="anchor"id="_deprecated000003"></a>This stream operator is deprecated and will be removed in version 4.0.0 of the library. Please use <aclass="el"href="classnlohmann_1_1basic__json.html#aaf363408931d76472ded14017e59c9e8">operator>>(std::istream&, basic_json&)</a> instead; that is, replace calls like <code>j << i;</code> with <code>i >> j;</code>. </dd>
<dt>Member <aclass="el"href="classnlohmann_1_1basic__json.html#a34d6a60dd99e9f33b8273a1c8db5669b">nlohmann::basic_json::operator>></a> (const <aclass="el"href="classnlohmann_1_1basic__json.html"title="a class to store JSON values">basic_json</a>&j, std::ostream &o)</dt>
<dd><aclass="anchor"id="_deprecated000002"></a>This stream operator is deprecated and will be removed in future 4.0.0 of the library. Please use <aclass="el"href="classnlohmann_1_1basic__json.html#a5e34c5435e557d0bf666bd7311211405">operator<<(std::ostream&, const basic_json&)</a> instead; that is, replace calls like <code>j >> o;</code> with <code>o << j;</code>. </dd>
</dl>
</div></div><!-- contents -->
</div><!-- PageDoc -->
</div><!-- doc-content -->
<!-- start footer part -->
<divid="nav-path"class="navpath"><!-- id is needed for treeview function! -->