Skip to content

Commit 7f02231

Browse files
authored
Link to JSON lines
Closes #13
1 parent 9a6d64d commit 7f02231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Each table is represented as two files. The first, `table_name.metadata.json`, c
9292

9393
It is an object with three keys: `name` is the name of the table, `columns` is an array of column strings and `schema` is the SQL schema text used for tha table.
9494

95-
The second file, `table_name.ndjson`, contains [newline-delimited JSON](http://ndjson.org/) for every row in the table. Each row is represented as a JSON array with items corresponding to each of the columns defined in the metadata.
95+
The second file, `table_name.ndjson`, contains newline-delimited JSON (aka [JSON Lines](https://jsonlines.org/)) for every row in the table. Each row is represented as a JSON array with items corresponding to each of the columns defined in the metadata.
9696

9797
That file for the `redirects_redirect.ndjson` table might look like this:
9898

0 commit comments

Comments
 (0)