Sign in
◑
Theme
chromium
/
external
/
github.com
/
python
/
cpython
/
57fef27cfc2bdfc1e3a65ef8c8a760198d15b14d
/
.
/
Lib
/
test
/
test_tomllib
/
data
/
valid
/
boolean.json
blob: 2540d252776b3e31850c2717eae9ffc41f340512 [
file
]
{
"a"
:
{
"type"
:
"bool"
,
"value"
:
"true"
},
"b"
:
{
"type"
:
"bool"
,
"value"
:
"false"
}
}