You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"bool": true,
|
|
"dict": {
|
|
"bool": true,
|
|
"dict": {
|
|
"bees": "knees",
|
|
"cats": "meow"
|
|
},
|
|
"foos": "bar",
|
|
"list": [ 3.4, "second", null ]
|
|
},
|
|
"int": 42,
|
|
"list": [ 1, 2 ],
|
|
"null": null,
|
|
"real": 3.14,
|
|
"string": "hello"
|
|
}
|