This commit is contained in:
Daniel Lemire
2025-10-31 18:48:49 -04:00
parent 8589509d1e
commit 98a45f7229
+2
View File
@@ -125,7 +125,9 @@ We have a few limitations which trigger compile-time errors if violated.
{ "name": "Bob", "age": 25 },
{ "name": "Charlie", "age": 35 }
]
```
but the following is not:
```json
[
{ "name": "Alice", "age": 30 },
"Just a string",