forked from Telodendria/Telodendria
Fix typo.
This commit is contained in:
parent
6b8d0f6d5f
commit
9263335fca
1 changed files with 2 additions and 2 deletions
|
@ -307,8 +307,8 @@ Implement a JSON library using the hash map and array
|
|||
<li>
|
||||
<s><q>Canonical JSON</q></s>
|
||||
<ul>
|
||||
<li><s></s>Keys are sorted lexicographically</s></li>
|
||||
<li><s></s>Floats are not allowed (ignore any float values)</s></li>
|
||||
<li><s>Keys are sorted lexicographically</s></li>
|
||||
<li><s>Floats are not allowed (ignore any float values)</s></li>
|
||||
<li><s>Encode as UTF-8 instead of using <code>\u</code> escapes</s></li>
|
||||
<li><s>Decode encoded strings to UTF-8</s></li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue