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
74274e04fb
go-toml
/
parse
/
testfiles
/
valid
/
BurntSushi
/
arrays-nested.json
26 lines
460 B
JSON
Raw
Blame
History
{
"nest"
:
{
"value"
:
[
{
"value"
:
[
{
"value"
:
"a"
,
"type"
:
"string"
}
]
,
"type"
:
"array"
}
,
{
"value"
:
[
{
"value"
:
"b"
,
"type"
:
"string"
}
]
,
"type"
:
"array"
}
]
,
"type"
:
"array"
}
}
Reference in New Issue
View Git Blame
Copy Permalink