1
0
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:
Larpon
2021-11-11 17:30:34 +01:00
committed by GitHub
parent 6c5dfc5c2f
commit 4b42dcad8e
4 changed files with 168 additions and 36 deletions

View File

@@ -0,0 +1 @@
{ "a": [ { "b": [ { "c": { "d": "val0" } }, { "c": { "d": "val1" } } ] } ] }