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