1
0
mirror of https://github.com/nlohmann/json synced 2024-11-23 20:40:08 +00:00
nlohmannjson/doc/examples/insert__range_object.output
Niels Lohmann 97a25de938
proposal for #428
This implementation forwards the iterators to std::map::insert.
2017-04-07 18:29:09 +02:00

4 lines
134 B
Plaintext

{"one":"eins","two":"zwei"}
{"eleven":"elf","seventeen":"siebzehn"}
{"eleven":"elf","one":"eins","seventeen":"siebzehn","two":"zwei"}