mirror of
https://github.com/nlohmann/json.git
synced 2026-08-22 09:03:18 +00:00
📝 improved documentation
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
objects:
|
||||
{"one":1,"two":2}
|
||||
|
||||
{"one":1,"two":2}
|
||||
@@ -17,6 +18,7 @@
|
||||
"two": 2
|
||||
}
|
||||
|
||||
arrays:
|
||||
[1,2,4,8,16]
|
||||
|
||||
[1,2,4,8,16]
|
||||
@@ -45,3 +47,6 @@
|
||||
16
|
||||
]
|
||||
|
||||
strings:
|
||||
"Hellö 😀!"
|
||||
"Hell\u00f6 \ud83d\ude00!"
|
||||
|
||||
Reference in New Issue
Block a user