mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-30 02:16:52 +00:00
14 lines
205 B
JSON
14 lines
205 B
JSON
{
|
|
"empty": {},
|
|
"inhabited": {
|
|
"person": {
|
|
"name": "Roger",
|
|
"nested_empty_with_comma": {},
|
|
"array": [
|
|
{
|
|
"nested_empty_in_array": {}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|