mirror of
https://github.com/python/cpython.git
synced 2026-02-23 07:31:03 +00:00
Co-authored-by: Petr Viktorin <encukou@gmail.com> Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
35 lines
No EOL
496 B
JSON
35 lines
No EOL
496 B
JSON
{
|
|
"multiline": {
|
|
"a": {
|
|
"type": "integer",
|
|
"value": "1"
|
|
},
|
|
"b": {
|
|
"type": "integer",
|
|
"value": "2"
|
|
},
|
|
"c": [
|
|
{
|
|
"type": "integer",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"type": "integer",
|
|
"value": "2"
|
|
},
|
|
{
|
|
"type": "integer",
|
|
"value": "3"
|
|
}
|
|
],
|
|
"d": {
|
|
"type": "integer",
|
|
"value": "3"
|
|
},
|
|
"e": {
|
|
"type": "integer",
|
|
"value": "4"
|
|
},
|
|
"f": {}
|
|
}
|
|
} |