mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
toml: support complex array-tables-array constructs (#12438)
This commit is contained in:
1
vlib/toml/tests/testdata/array_of_tables_array_test.out
vendored
Normal file
1
vlib/toml/tests/testdata/array_of_tables_array_test.out
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{ "a": [ { "b": [ { "c": { "d": "val0" } }, { "c": { "d": "val1" } } ] } ] }
|
||||
Reference in New Issue
Block a user