PF
Size: a a a
PF
ЕО
ЕО
ИТ
PF
ЕО
type Untype struct {
Type string
Num int64
String string
Float float64
Fields map[string]*Untype
Elems []*Untype
}DD
ЕО
union?PF
ЕО
C
type Untype struct {
Type string
Num int64
String string
Float float64
Fields map[string]*Untype
Elems []*Untype
}