This commit is contained in:
Tony Garnock-Jones 2023-10-17 11:22:12 +02:00
parent 0eabbd4257
commit 4e471ed896
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ Some examples:
- which, if any, of `{"a":1, "a":2}`, `{"a":1}` and `{"a":2}` are the
same? Are all three legal?
- are `{"päron":1}` and `{"päron":1}` the same or different?
- is `"\uD834"` a legal string? Is `"\uDD1E"`?[^unpaired-surrogates]
- is `"\uD834"` a legal string? Is `"\uDD1E"`? If so, is either one the same as `""`?[^unpaired-surrogates]
[^unpaired-surrogates]:
[Section 8.2 of RFC 8259](https://tools.ietf.org/html/rfc8259#section-8.2)