mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
13 lines
152 B
JSON
13 lines
152 B
JSON
|
{
|
||
|
"variables": [
|
||
|
{
|
||
|
"name": "variable1",
|
||
|
"value": "value1"
|
||
|
},
|
||
|
{
|
||
|
"name": "variable2",
|
||
|
"value": "value2"
|
||
|
}
|
||
|
]
|
||
|
}
|