prototype de bdd
This commit is contained in:
parent
6aae0472b0
commit
5585d81417
1 changed files with 27 additions and 1 deletions
|
@ -1,3 +1,29 @@
|
|||
{
|
||||
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue