18 lines
213 B
JSON
18 lines
213 B
JSON
|
[
|
||
|
{
|
||
|
"name": "apple",
|
||
|
"color": "green",
|
||
|
"price": 1.2
|
||
|
},
|
||
|
{
|
||
|
"name": "banana",
|
||
|
"color": "yellow",
|
||
|
"price": 0.5
|
||
|
},
|
||
|
{
|
||
|
"name": "kiwi",
|
||
|
"color": "green",
|
||
|
"price": 1.25
|
||
|
}
|
||
|
]
|