Complex types support
type MyXML struct {
XMLName *xml.Name `xml:"data" json:",omitempty"`
}
yields
panic: not supported 'astSelectorExpr' yet.
Any ideas how this can be fixed?
I create now.
need this feature as well
I was just trying to develop this feature.
Could you tell me development branch? (Is it forked somewhere?)
There is no branch. Just fork and merge it into the master.
I believe this should not be restricted to a single type like xml.
Most helpful comment
I believe this should not be restricted to a single type like xml.