toml4j/src/test/resources/com/moandjiezana/toml/burntsushi/valid/keys-with-dots-modified.json
2015-02-12 11:21:00 +02:00

14 lines
379 B
JSON

{
"plain": {"type": "integer", "value": "1"},
"\"with.dot\"": {"type": "integer", "value": "2"},
"plain_table": {
"plain": {"type": "integer", "value": "3"},
"\"with.dot\"": {"type": "integer", "value": "4"}
},
"table": {
"withdot": {
"plain": {"type": "integer", "value": "5"},
"\"key.with.dots\"": {"type": "integer", "value": "6"}
}
}
}