to-go-struct-intellij-plugin
to-go-struct-intellij-plugin copied to clipboard
nested JSON arrays cannot be converted to Go struct
input
{
"points": [
[
"af"
]
]
}
output
type Gen struct {
}