1
0
mirror of https://github.com/nlohmann/json synced 2024-12-04 01:01:05 +00:00
nlohmannjson/doc/examples/patch.output

12 lines
99 B
Plaintext
Raw Normal View History

2016-04-25 21:17:04 +00:00
{
"baz": "qux",
"foo": "bar"
}
{
"baz": "boo",
"hello": [
"world"
]
}