Update example JSON formatting

This commit is contained in:
2015-04-01 20:53:47 +01:00
parent ad4773df80
commit 3eb3540afc

View File

@@ -73,10 +73,8 @@ in JSON format. Line breaks in the CSV examples are displayed as `¬`._
JSON:
```json
[
["aaa", "bbb", "ccc"],
["xxx", "yyy", "zzz"]
]
[ ["aaa", "bbb", "ccc"],
["xxx", "yyy", "zzz"] ]
```
2. Though recommended, the last record in a file is not required to have a
@@ -88,6 +86,13 @@ in JSON format. Line breaks in the CSV examples are displayed as `¬`._
aaa,bbb,ccc¬
xxx,yyy,zzz
```
JSON:
```json
[ ["aaa", "bbb", "ccc"],
["xxx", "yyy", "zzz"] ]
```
## License