python-terrascript/examples/configs/Resource_resource_with_list...

12 lines
138 B
JSON

{
"name": {
"integer": 1,
"string": "string",
"float": 3.14,
"alist": [
2,
"string2",
6.28
]
}
}