diff --git a/data/actors/lisa_bonet.json b/data/actors/lisa_bonet.json new file mode 100644 index 0000000..68421af --- /dev/null +++ b/data/actors/lisa_bonet.json @@ -0,0 +1,5 @@ +{ + "name": "Lisa Bonet", + "gender": "woman", + "born": "1967-11-16" +} diff --git a/data/movies/angel_heart_1987.json b/data/movies/angel_heart_1987.json new file mode 100644 index 0000000..5a0aeff --- /dev/null +++ b/data/movies/angel_heart_1987.json @@ -0,0 +1,6 @@ +{ + "name": "Angel Heart", + "year": 1987, + "director": "Alan Parker", + "relationships": [["Mickey Rourke", "Lisa Bonet"]] +} diff --git a/data/movies/barfly_1987.json b/data/movies/barfly_1987.json new file mode 100644 index 0000000..0d7e908 --- /dev/null +++ b/data/movies/barfly_1987.json @@ -0,0 +1,6 @@ +{ + "name": "Barfly", + "year": 1987, + "director": "Barbet Schroeder", + "relationships": [["Mickey Rourke", "Faye Dunaway"]] +} diff --git a/data/movies/rumble_fish_1983.json b/data/movies/rumble_fish_1983.json new file mode 100644 index 0000000..06b62ec --- /dev/null +++ b/data/movies/rumble_fish_1983.json @@ -0,0 +1,6 @@ +{ + "name": "Rumble Fish", + "year": 1983, + "director": "Francis Ford Coppola", + "relationships": [["Matt Dillon", "Diane Lane"]] +} diff --git a/data/movies/spun_2002.json b/data/movies/spun_2002.json new file mode 100644 index 0000000..3a16eb0 --- /dev/null +++ b/data/movies/spun_2002.json @@ -0,0 +1,6 @@ +{ + "name": "Spun", + "year": 2002, + "director": "Jonas Ã…kerlund", + "relationships": [["Mickey Rourke", "Brittany Murphy"]] +} diff --git a/data/movies/the_wrestler_2008.json b/data/movies/the_wrestler_2008.json new file mode 100644 index 0000000..0bdc31f --- /dev/null +++ b/data/movies/the_wrestler_2008.json @@ -0,0 +1,6 @@ +{ + "name": "The Wrestler", + "year": 2008, + "director": "Darren Aronofsky", + "relationships": [["Mickey Rourke", "Marisa Tomei"]] +}