servo/python/tidy/servo_tidy_tests/duplicate_key.json
2016-07-08 11:12:12 +02:00

7 lines
114 B
JSON

{
"key": "value",
"other_key": {
"the_duplicated_key": 1,
"the_duplicated_key": 2
}
}