mirror of
https://github.com/neilotoole/sq.git
synced 2024-12-01 03:14:02 +03:00
a92b9abf34
* implementation work for json importers * json driver checkpoint * working on json.ParseObjectsInArray * json.ParseObjectsInArray seems to be working * checkpoint while tidying up ParseObjectsInArray * more tidy checkpoint * more tidy checkpoint 2 * tidying up ParseObjectsInArray * tidy up * code/docs cleanup * more cleanup of json driver * more cleanup of json driver * flat json import seemingly working * improvements to json driver * json writer now prints empty [] for postgres empty tables
9 lines
412 B
JSON
9 lines
412 B
JSON
{"actor_id": 1, "first_name": "PENELOPE", "last_name": "GUINESS", "last_update": "2020-06-11T02:50:54Z"}
|
|
{"actor_id": 2, "first_name": "NICK", "last_name": "WAHLBERG",
|
|
"last_update": "2020-06-11T02:50:54Z"}
|
|
|
|
{"actor_id": 3, "first_name": "ED", "last_name": "CHASE", "last_update": "2020-06-11T02:50:54Z"}
|
|
{"actor_id": 4, "first_name": "JENNIFER", "last_name": "DAVIS", "last_update": "2020-06-11T02:50:54Z"}
|
|
|
|
|