projet-clicodrome/bdd/arbre.json
2024-11-29 08:40:42 +01:00

247 lines
No EOL
4.7 KiB
JSON

{
"technologies" : {
"html" : {
"nom":"HTML",
"elements":{
"button":{
"nom":"button",
"cout":30,
"boost":10,
"borne":20
}
},
"boost":30,
"cout":10,
"borne":20,
"css_id":"t1.css"
},
"html+" : {
"nom":"HTML+",
"elements":{
"button":{
"nom":"button",
"cout":10,
"boost":10,
"borne":5
}
},
"boost":10,
"cout":10,
"borne":5,
"css_id":"t2.css"
},
"html_2.0" : {
"nom":"HTML 2.0",
"elements":{
"button":{
"nom":"button",
"cout":10,
"boost":10,
"borne":10
}
},
"boost":10,
"cout":10,
"borne":10,
"css_id":"t3.css"
},
"html_3.2" : {
"nom":"HTML 3.2",
"elements":{
"button":{
"nom":"button",
"cout":10,
"boost":10,
"borne":10
}
},
"boost":10,
"cout":10,
"borne":10,
"css_id":"t4.css"
},
"html_4.01" : {
"nom":"HTML 4.01",
"elements":{
"button":{
"nom":"button",
"cout":10,
"boost":10,
"borne":10
}
},
"boost":10,
"cout":10,
"borne":10,
"css_id":"t5.css"
},
"xhtml_4.01" : {
"nom":"XHTML 4.01",
"elements":{
"button":{
"nom":"button",
"cout":10,
"boost":10,
"borne":10
}
},
"boost":10,
"cout":10,
"borne":10,
"css_id":"t6.css"
},
"xhtml_1.0" : {
"nom":"XHTML 1.0",
"elements":{
"button":{
"nom":"button",
"cout":10,
"boost":10,
"borne":10
}
},
"boost":10,
"cout":10,
"borne":10,
"css_id":"t7.css"
},
"html_5" : {
"nom":"HTML 5",
"elements":{
"button":{
"nom":"button",
"cout":10,
"boost":10,
"borne":10
}
},
"boost":10,
"cout":10,
"borne":10,
"css_id":"t8.css"
},
"xhtml_5" : {
"nom":"XHTML 5",
"elements":{
"button":{
"nom":"button",
"cout":10,
"boost":10,
"borne":10
}
},
"boost":10,
"cout":10,
"borne":10,
"css_id":"t9.css"
}
},
"collegues":{
"ada_lovelace":{
"nom":"Ada Lovelace",
"cout" : 10,
"revenu_passif": 10
},
"george_boole":{
"nom":"George Boole",
"cout" : 10,
"revenu_passif" : 10
},
"grace_hopper":{
"nom":"Grace Hopper",
"cout" : 10,
"revenu_passif" : 10
},
"jean_bartik":{
"nom":"Jean Bartik",
"cout" : 10,
"revenu_passif" : 10
},
"claude_shannon":{
"nom":"Claude Shannon",
"cout" : 10,
"revenu_passif" : 10
},
"alan_turing":{
"nom":"Alan Turing",
"cout" : 10,
"revenu_passif" : 10
},
"maragaret_hamilton":{
"nom":"Margaret Hamilton",
"cout" : 10,
"revenu_passif" : 10
},
"tim_berners_lee":{
"nom":"Tim Berner-Lee",
"cout" : 10,
"revenu_passif" : 10
},
"dennis_ritchie":{
"nom":"Dennis Ritchie",
"cout" : 10,
"revenu_passif" : 10
},
"linus_torvald":{
"nom":"Linus Torvald",
"cout" : 10,
"revenu_passif" : 10
}
}
}