i can't believe i just wrote a json parser in C

This commit is contained in:
ari melody 2024-05-19 23:13:32 +01:00
commit 22e60ee228
Signed by: ari
GPG key ID: CF99829C92678188
7 changed files with 537 additions and 0 deletions

25
test.json Normal file
View 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"
}
]
}