Last active
April 28, 2023 15:11
-
-
Save kindly/820c6b5fd49374bfaff5f961d16766ae to your computer and use it in GitHub Desktop.
This file contains 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
[ | |
{ | |
"id": 1, | |
"developer": [ | |
{"name":"deva"} | |
], | |
"platforms": [ | |
{"name":"PC"} | |
], | |
"rating": { | |
"code": "E", | |
"name": "Everyone" | |
}, | |
"releaseDate": "2015-01-01", | |
"title": "A Game" | |
}, | |
{ | |
"id": 2, | |
"developer": [ | |
{"name":"devb"} | |
], | |
"platforms": [ | |
{"name":"Xbox"}, | |
{"name":"Playstation"} | |
], | |
"rating": { | |
"code": "E", | |
"name": "Everyone" | |
}, | |
"releaseDate": "2016-01-01", | |
"title": "B Game" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment