Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
6d644e4453a907710e11f6f6b6b8890c197370d6
/
.
/
Lib
/
test
/
test_tomllib
/
data
/
valid
/
hex-char.json
blob: e632e202fad4863e900df82afba9d31f607e79c6 [
file
] [
log
] [
blame
]
{
"a"
:
{
"type"
:
"string"
,
"value"
:
"a"
},
"b"
:
{
"type"
:
"string"
,
"value"
:
"b"
},
"c"
:
{
"type"
:
"string"
,
"value"
:
"c"
}
}