mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 15:17:18 +01:00
13 lines
175 B
JSON
13 lines
175 B
JSON
|
{
|
||
|
"products": [
|
||
|
{
|
||
|
"id": 1,
|
||
|
"name": "Product 1"
|
||
|
},
|
||
|
{
|
||
|
"id": 2,
|
||
|
"name": "Product 2"
|
||
|
}
|
||
|
]
|
||
|
}
|