fix double quote formatting

This commit is contained in:
Gabriel SoHappy 2015-10-22 02:30:37 +08:00
parent 78693f4186
commit a6d6be3e30

View File

@ -16,7 +16,7 @@ In MessagePack, small integers are encoded into a single byte, and typical short
JSON, 40 Bytes UTF-8
----------------------------------------------
| {“name“:”John Doe“,”age“:12} |
| {"name":"John Doe","age":12} |
----------------------------------------------
| {" | 7B 22 |
| name | 6E 61 6D 65 |