We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c15afd commit 8277daaCopy full SHA for 8277daa
Lib/test/test_tomllib/data/valid/trailing-comma.json
@@ -1,5 +1,10 @@
1
{
2
- "arr": {"type":"array","value":[{"type":"integer","value":"1"}]},
+ "arr":
3
+ {"type":"array","value":
4
+ [
5
+ {"type":"integer","value":"1"}
6
+ ]
7
+ },
8
"tbl": {"a":{"type":"integer","value":"1"}},
9
"tbl2": {"b":{"type":"integer","value":"2"}}
10
}
0 commit comments