mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
toml: parse formatting (#12374)
This commit is contained in:
1
vlib/toml/tests/testdata/array_of_tables_1_level_test.out
vendored
Normal file
1
vlib/toml/tests/testdata/array_of_tables_1_level_test.out
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{ "products": [ { "name": "Hammer", "sku": 738594937 }, { }, { "name": "Nail", "sku": 284758393, "color": "gray" } ] }
|
||||
Reference in New Issue
Block a user