python-botocore/tests/unit/data/foo.json

7 lines
231 B
JSON
Raw Normal View History

{
"test_key_1": "test_value_1",
"test_key_2": ["test_value_2_1", "test_value_2_2"],
"test_key_3": [{"name": "test_list_1", "value": "test_list_value_1"},
{"name": "test_list_2", "value":"test_list_value_2"}]
}