19 lines
361 B
JSON
19 lines
361 B
JSON
{
|
|
"feedback": [
|
|
{
|
|
"id": 3,
|
|
"rating": 10,
|
|
"text": "This is feedback item 3 comfing from the backend"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"rating": 10,
|
|
"text": "This is feedback item 2 comfing from the backend"
|
|
},
|
|
{
|
|
"id": 1,
|
|
"rating": 10,
|
|
"text": "This is feedback item 1 comfing from the backend"
|
|
}
|
|
]
|
|
} |