mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-30 18:26:53 +00:00
17 lines
226 B
JSON
17 lines
226 B
JSON
{
|
|
"empty": {
|
|
},
|
|
"inhabited": {
|
|
"person": {
|
|
"name": "Roger",
|
|
"nested_empty_with_comma": {
|
|
},
|
|
"array": [
|
|
{
|
|
"nested_empty_in_array": {
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|