Files
RustPython/Lib/test/test_tomllib/data/valid/array/open-parent-table.json
2022-11-05 21:36:25 +02:00

7 lines
119 B
JSON
Vendored

{
"parent-table": {
"arr": {"type":"array","value":[{},{}]},
"not-arr": {"type":"integer","value":"1"}
}
}