Skip to content

Instantly share code, notes, and snippets.

@jerrypm
Last active September 20, 2021 02:11
Show Gist options
  • Select an option

  • Save jerrypm/c3b130719a4d34db8500607c49e26304 to your computer and use it in GitHub Desktop.

Select an option

Save jerrypm/c3b130719a4d34db8500607c49e26304 to your computer and use it in GitHub Desktop.
{
"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