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