gecko-dev/servo/python/tidy/servo_tidy_tests/duplicate_key.json

8 строки
114 B
JSON

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