java-tutorials/linux-bash/json/src/main/bash/fruits.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
}
]