pre-commit-hooks/testing/resources/duplicate_key_json.json
Aditya Khursale fe37451719 Report duplicate keys in check_json
Raise ValueError and return 1 if json contains duplicate keys
2021-02-18 13:53:57 -08:00

4 lines
48 B
JSON

{
"hello": "world",
"hello": "planet"
}