1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-29 23:01:16 +03:00

proposal for #428

This implementation forwards the iterators to std::map::insert.
This commit is contained in:
Niels Lohmann
2017-04-07 18:29:09 +02:00
parent 90273e930c
commit 97a25de938
5 changed files with 150 additions and 1 deletions

View File

@ -0,0 +1,3 @@
{"one":"eins","two":"zwei"}
{"eleven":"elf","seventeen":"siebzehn"}
{"eleven":"elf","one":"eins","seventeen":"siebzehn","two":"zwei"}