[tidy] check for duplicate keys in .json files

This commit is contained in:
Owen Coutts 2016-07-06 19:15:56 +02:00
parent 9b2b101d19
commit ff4cb7f80a
3 changed files with 25 additions and 1 deletions

View file

@ -0,0 +1,7 @@
{
"key": "value",
"other_key": {
"the_duplicated_key": 1,
"the_duplicated_key": 2
}
}