mirror of
https://github.com/neilotoole/sq.git
synced 2024-12-18 13:41:49 +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
5 lines
445 B
JSON
5 lines
445 B
JSON
{"actor_id": 1, "name":{"first_name": "PENELOPE", "last_name": "GUINESS"}, "last_update": "2020-06-11T02:50:54Z"}
|
|
{"actor_id": 2, "name":{"first_name": "NICK", "last_name": "WAHLBERG"}, "last_update": "2020-06-11T02:50:54Z"}
|
|
{"actor_id": 3, "name":{"first_name": "ED", "last_name": "CHASE"}, "last_update": "2020-06-11T02:50:54Z"}
|
|
{"actor_id": 4, "name":{"first_name": "JENNIFER", "last_name": "DAVIS"}, "last_update": "2020-06-11T02:50:54Z"}
|