fmframework/piechart.json
aj 4cfb46d022 added tag pool, dynamic pie charts with json formatting
first stage, still to do:

caching time limit on tag pool to update
2018-12-04 14:31:00 +00:00

53 lines
735 B
JSON

{
"pie":
{
"tags":[
"electronic",
"jazz",
"blues",
"rnb",
"soulfunk",
],
"hierarchies":[
"rap",
"rock",
"metal"
]
}
,
"genrehierarchy":{
"genres":[
{
"tags":[
"rap",
"classic rap",
"grime",
],
"name":"rap"
},
{
"tags":[
"rock",
"classic rock",
"indie",
"pop punk",
"punk",
"emo"
],
"name":"rock"
},
{
"tags":[
"metal",
"industrial",
"thrash"
],
"name":"metal"
}
]
}
}