File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Conversion Table
9595+------------------+--------------------------------------------------------------------------------------+
9696| TOML | Python |
9797+==================+======================================================================================+
98- | table | dict |
98+ | TOML document | dict |
9999+------------------+--------------------------------------------------------------------------------------+
100100| string | str |
101101+------------------+--------------------------------------------------------------------------------------+
@@ -115,3 +115,9 @@ Conversion Table
115115+------------------+--------------------------------------------------------------------------------------+
116116| array | list |
117117+------------------+--------------------------------------------------------------------------------------+
118+ | table | dict |
119+ +------------------+--------------------------------------------------------------------------------------+
120+ | inline table | dict |
121+ +------------------+--------------------------------------------------------------------------------------+
122+ | array of tables | list of dicts |
123+ +------------------+--------------------------------------------------------------------------------------+
You can’t perform that action at this time.
0 commit comments