to-go-struct-intellij-plugin icon indicating copy to clipboard operation
to-go-struct-intellij-plugin copied to clipboard

nested JSON arrays cannot be converted to Go struct

Open zeitlinger opened this issue 3 years ago • 0 comments

input

{
  "points": [
    [
      "af"
    ]
  ]
}

output

type Gen struct {
}

zeitlinger avatar Jul 07 '21 14:07 zeitlinger