diff --git a/README.md b/README.md index 25605ad..79a3838 100644 --- a/README.md +++ b/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