go-toml/parse/testfiles/valid/iarna/spec-dotted-keys-2.json

9 lines
95 B
JSON

{
"a" : {
"b" : {
"type" : "integer",
"value" : "23"
}
}
}