Last active
April 8, 2022 14:19
-
-
Save danstarns/8d4f0508c81a709753f6366961ff9e6a to your computer and use it in GitHub Desktop.
read-movies-json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "title": "Forrest Gump", | |
| "actors": [{ "name": "Tom Hanks" }], | |
| "genres": [{ "name": "Drama" }, { "name": "Romance" }] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment