mirror of
https://github.com/servo/servo.git
synced 2025-06-20 07:08:59 +01:00
7 lines
114 B
JSON
7 lines
114 B
JSON
{
|
|
"key": "value",
|
|
"other_key": {
|
|
"the_duplicated_key": 1,
|
|
"the_duplicated_key": 2
|
|
}
|
|
}
|