test
Json
code posted
created at 04 Jan 07:47
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
{ "id": 2, "name": "Absolute Garbage", "permalink": "absolute-garbage", "release_date": "00/00/0000", "cover_image_url": "images/2.jpg", "tracks_count": 3, "album_length": 1234, "artists": [ { "name": "Eminem", "permalink": "eminem", "id": 1 } ], "tracks": [ { "name": "Vow", "id": 1, "permalink": "Vow", "track_length": "4.34", "streaming_url": "http://path.com/songid/file.mp3", "iphone_url": "http://path.com/songid/file.mp3", "ringtone_id": 1, "preview_url": "http://path.com/songid/file.mp3" }, { "name": "Milk", "id": 2, "permalink": "Milk", "track_length": "4.33", "streaming_url": "http://path.com/songid/file.mp3", "iphone_url": "http://path.com/songid/file.mp3", "ringtone_id": 2, "preview_url": "http://path.com/songid/file.mp3" }, { "name": "##1 Crush", "id": 3, "permalink": "##1 Crush", "track_length": "4.33", "streaming_url": "http://path.com/songid/file.mp3", "iphone_url": "http://path.com/songid/file.mp3", "ringtone_id": 3, "preview_url": "http://path.com/songid/file.mp3" } ] } |
1.32 KB in 3 ms with coderay