1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-26 21:53:05 +04:00
Files
json/examples/patch.output
T

12 lines
99 B
Plaintext

{
"baz": "qux",
"foo": "bar"
}
{
"baz": "boo",
"hello": [
"world"
]
}