Created
November 7, 2019 13:19
-
-
Save droznyk/ead9ca5ec515cc68b3cc24377aba58ed to your computer and use it in GitHub Desktop.
Example data from SWAPI
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
| { | |
| "name":"Millennium Falcon", | |
| "passengers":"6", | |
| "pilotConnection":{ | |
| "pilots":[ | |
| { | |
| "name":"Chewbacca", | |
| "species":{ | |
| "name":"Wookiee" | |
| } | |
| }, | |
| { | |
| "name":"Han Solo", | |
| "species":{ | |
| "name":"Human" | |
| } | |
| }, | |
| { | |
| "name":"Lando Calrissian", | |
| "species":{ | |
| "name":"Human" | |
| } | |
| }, | |
| { | |
| "name":"Nien Nunb", | |
| "species":{ | |
| "name":"Sullustan" | |
| } | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment