Created
July 13, 2017 15:20
-
-
Save Ravi61/816567493b144d500dbd060d78cce657 to your computer and use it in GitHub Desktop.
Root level wrapped 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
| [ | |
| { | |
| "name": "Star Wars: Episode IV – A New Hope", | |
| "director": "George Lucas" | |
| }, | |
| { | |
| "name": "Star Wars: Episode VI – Return of the Jedi", | |
| "director": "Richard Marquand" | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment