monolito_djanco_poonto/TARS/db.json
Thaís Ferreira 4007e03478 ..
2025-01-29 11:51:17 -03:00

19 lines
243 B
JSON

{
"posts": [
{
"id": 1,
"title": "json-server",
"author": "typicode"
}
],
"comments": [
{
"id": 1,
"body": "some comment",
"postId": 1
}
],
"profile": {
"name": "typicode"
}
}