Created
April 19, 2018 14:38
-
-
Save dsandip/863c49debf1cd8a0c2e6066ca0b01e59 to your computer and use it in GitHub Desktop.
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" : "Album1", | |
| "tracks": [ | |
| {"id" : 1, "title": "track1"}, | |
| {"id" : 2, "title": "track2"} | |
| ] | |
| }, | |
| { | |
| "title" : "Album2", | |
| "tracks" : [] | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment