Last active
September 20, 2021 02:11
-
-
Save jerrypm/c3b130719a4d34db8500607c49e26304 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
| { | |
| "data": [ | |
| { | |
| "id": 1, | |
| "type": "instrumental", | |
| "title": "Guitar A", | |
| "image_name": "xxxxx.jpg", | |
| "isLock": false, | |
| "desc": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.", | |
| "song": [ | |
| { | |
| "id": 11, | |
| "name": "slow song", | |
| "type": "instrumental" | |
| }, | |
| { | |
| "id": 12, | |
| "name": "blame that is", | |
| "type": "instrumental" | |
| }, | |
| { | |
| "id": 13, | |
| "name": "jumonaika", | |
| "type": "instrumental" | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "2", | |
| "type": "0" | |
| }, | |
| { | |
| "id": "3", | |
| "type": "0" | |
| }, | |
| { | |
| "id": "4", | |
| "type": "0" | |
| }, | |
| { | |
| "id": "5", | |
| "type": "0" | |
| }, | |
| { | |
| "id": "6", | |
| "type": "0" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment