1
0
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:
Larpon
2021-11-04 08:15:50 +01:00
committed by GitHub
parent 2b4154910c
commit 1a54817c81
6 changed files with 199 additions and 60 deletions

View File

@@ -0,0 +1 @@
{ "products": [ { "name": "Hammer", "sku": 738594937 }, { }, { "name": "Nail", "sku": 284758393, "color": "gray" } ] }