18 lines
270 B
JSON
18 lines
270 B
JSON
|
{
|
||
|
"name": "bad",
|
||
|
"style": {
|
||
|
"background": {
|
||
|
"color": "rainbow"
|
||
|
},
|
||
|
"text": {
|
||
|
"background": "#ZZZ"
|
||
|
},
|
||
|
"foo": {},
|
||
|
"number_integer": {
|
||
|
"border": "hello, world"
|
||
|
},
|
||
|
"comment": {
|
||
|
"accent": ["bold", "bold"]
|
||
|
}
|
||
|
}
|
||
|
}
|