aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/tests/duplicate_key.json
blob: 6998c789ac97f8b0741fe2a23c8e7a296394f9e2 (plain) (blame)
1
2
3
4
5
6
7
{
    "key": "value",
    "other_key": {
        "the_duplicated_key": 1,
        "the_duplicated_key": 2
    }
}