archiweb
This commit is contained in:
parent
d1d7b2693f
commit
cc7e35d242
BIN
TD/TD4/TP4.pdf
Normal file
BIN
TD/TD4/TP4.pdf
Normal file
Binary file not shown.
BIN
TD/TD5/TP5.pdf
Normal file
BIN
TD/TD5/TP5.pdf
Normal file
Binary file not shown.
29
TD/TD5/db.json
Normal file
29
TD/TD5/db.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"ponies": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"name": "Applejack",
|
||||||
|
"type": "earth"
|
||||||
|
},{
|
||||||
|
"id": 2,
|
||||||
|
"name": "Rainbow Dash",
|
||||||
|
"type": "pegasus"
|
||||||
|
}, {
|
||||||
|
"id": 3,
|
||||||
|
"name": "Izzy Moonbow",
|
||||||
|
"type": "Unicorn"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"places":[
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"name": "PonyVille"
|
||||||
|
}, {
|
||||||
|
"id": 2,
|
||||||
|
"name": "Marebay time"
|
||||||
|
}, {
|
||||||
|
"id": 3,
|
||||||
|
"name": "Cloudsdale"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user