But what if all you have to parse is a comma-separated value file, or a series of space-delimited text files?
但如果要解析的是逗号分隔值文件,或空格分隔文本文件,又怎么办呢?
2
A JSON object is simply a series of comma-separated name: value pairs wrapped in curly braces.
JSON对象是一系列以逗号分隔的name: value对,最外面有一对花括号。
3
When you have a series of three or more items that normally would be separated by commas except that each individual item already has a comma in it, you use the semicolon between items.