mirror of
https://github.com/SimoneN64/Kaizen.git
synced 2025-04-02 10:41:53 -04:00
17 lines
206 B
Text
17 lines
206 B
Text
{
|
|
"color": "blue",
|
|
"names": {
|
|
"en": "plane"
|
|
},
|
|
"price": 17.99,
|
|
"speed": 100
|
|
}
|
|
{
|
|
"color": "blue",
|
|
"names": {
|
|
"de": "Flugzeug",
|
|
"en": "plane"
|
|
},
|
|
"price": 17.99,
|
|
"speed": 100
|
|
}
|