This website requires JavaScript.
Explore
Help
Sign In
OpenSourceProjects
/
go-toml
Watch
1
Star
0
Fork
You've already forked go-toml
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
c97a21b146
go-toml
/
parse
/
testfiles
/
valid
/
BurntSushi
/
table-array-table-array.json
25 lines
449 B
JSON
Raw
Blame
History
{
"a"
:
[
{
"b"
:
[
{
"c"
:
{
"d"
:
{
"value"
:
"val0"
,
"type"
:
"string"
}
}
}
,
{
"c"
:
{
"d"
:
{
"value"
:
"val1"
,
"type"
:
"string"
}
}
}
]
}
]
}
Reference in New Issue
View Git Blame
Copy Permalink