dfdr/essai/sample.json
2025-11-29 07:35:29 +01:00

16 lines
305 B
JSON

{
"name": "Sample JSON Data",
"description": "This is a sample JSON file for the static file server",
"items": [
{
"id": 3,
"name": "Item 4",
"value": 30.25
}
],
"metadata": {
"created": "2025-05-12",
"version": "1.0",
"author": "Flask Static Server"
}
}