update zh-cn version to latest (#2709)

as shown
This commit is contained in:
Ryan 2017-04-18 17:44:22 +08:00 committed by ven
parent 8eb6ce41fe
commit 67953779e8

View File

@ -8,12 +8,21 @@ filename: learnjson-cn.json
lang: zh-cn
---
JSON
Learn X in Y Minutes
JSON
Learn X in Y Minutes
JSON
C-(//, /\* \*/)
100%JSON
JSON
C-(//, /\* \*/)
100%JSON
- : "hello", "\"A quote.\"", "\u0abe", "Newline.\n"
- : 23, 0.11, 12e10, 3.141e-10, 1.23e+4
- : { "key": "value" }
- : ["Values"]
- : true, false, null
```json
{