python-terrascript/examples/configs/Resource_resource_with_dict...

12 lines
173 B
JSON

{
"name": {
"integer": 1,
"string": "string",
"float": 3.14,
"dictionary": {
"integer": 2,
"string": "string2",
"float": 6.28
}
}
}