projet-clicodrome/bdd/arbre.json
2024-11-21 10:50:09 +01:00

29 lines
No EOL
478 B
JSON

{
"technologies" : {
"html" : {
"nom":"HTML",
"elements":{
"button":{
"nom":"button",
"cout":10,
"boost":10
}
},
"boost":10,
"cout":10
}
},
"collegues":{
"ada_lovelace":{
"nom":"Ada Lovelace",
"cout" : 10000,
"revenu_passif": 1000
}
}
}