pre-commit-hooks/testing/resources/empty_object_json_sameline.json

14 lines
205 B
JSON

{
"empty": {},
"inhabited": {
"person": {
"name": "Roger",
"nested_empty_with_comma": {},
"array": [
{
"nested_empty_in_array": {}
}
]
}
}
}