16 lines
305 B
JSON
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"
|
|
}
|
|
}
|