i can't believe i just wrote a json parser in C
This commit is contained in:
commit
22e60ee228
7 changed files with 537 additions and 0 deletions
25
test.json
Normal file
25
test.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"title": "Dream",
|
||||
"type": "single",
|
||||
"year": 2022,
|
||||
"artwork": "https://mellodoot.com/img/music_artwork/mellodoot_-_Dream.webp",
|
||||
"buylink": "https://arimelody.bandcamp.com/track/dream",
|
||||
"links": [
|
||||
{
|
||||
"title": "Spotify",
|
||||
"url": "https://open.spotify.com/album/5talRpqzjExP1w6j5LFIAh"
|
||||
},
|
||||
{
|
||||
"title": "Apple Music",
|
||||
"url": "https://music.apple.com/ie/album/dream-single/1650037132"
|
||||
},
|
||||
{
|
||||
"title": "Soundcloud",
|
||||
"url": "https://soundcloud.com/mellodoot/dream"
|
||||
},
|
||||
{
|
||||
"title": "YouTube",
|
||||
"url": "https://www.youtube.com/watch?v=nfFgtMuYAx8"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue