mirror of
https://github.com/parsecsv/csv-spec.git
synced 2026-02-19 08:56:38 +00:00
Update example JSON formatting
This commit is contained in:
13
README.md
13
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user