mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-26 15:55:38 +00:00
11 lines
152 B
JSON
11 lines
152 B
JSON
|
{
|
||
|
"item1": {
|
||
|
"cost": 50,
|
||
|
"description": "an item description"
|
||
|
},
|
||
|
"item2": {
|
||
|
"cost": 1000,
|
||
|
"description": "another item description"
|
||
|
}
|
||
|
}
|