dropbox / json11

A tiny JSON library for C++11.
MIT License
2.54k stars 613 forks source link

is it possible to add fields to the json? #117

Closed danny-dropbox-zz closed 6 years ago

j4cbo commented 6 years ago

Json objects are immutable, but you can make a copy of the map with object_items(), mutate it, and then construct a new Json.