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:
```json ```json
[ [ ["aaa", "bbb", "ccc"],
["aaa", "bbb", "ccc"], ["xxx", "yyy", "zzz"] ]
["xxx", "yyy", "zzz"]
]
``` ```
2. Though recommended, the last record in a file is not required to have a 2. Though recommended, the last record in a file is not required to have a
@@ -89,6 +87,13 @@ in JSON format. Line breaks in the CSV examples are displayed as `¬`._
xxx,yyy,zzz xxx,yyy,zzz
``` ```
JSON:
```json
[ ["aaa", "bbb", "ccc"],
["xxx", "yyy", "zzz"] ]
```
## License ## License