8 lines
69 B
JSON
8 lines
69 B
JSON
{
|
|
"username":"Daniel",
|
|
"products":[{
|
|
"id":1,
|
|
"number":90
|
|
}]
|
|
}
|