mirror of
https://github.com/nlohmann/json
synced 2024-11-22 12:00:05 +00:00
b21c345179
* 🚚 move files * 🚚 rename doc folder to docs * 🚚 rename test folder to tests
12 lines
99 B
Plaintext
12 lines
99 B
Plaintext
{
|
|
"baz": "qux",
|
|
"foo": "bar"
|
|
}
|
|
|
|
{
|
|
"baz": "boo",
|
|
"hello": [
|
|
"world"
|
|
]
|
|
}
|