amazon-ion / ion-go

A Go implementation of Amazon Ion.
https://amazon-ion.github.io/ion-docs/
Apache License 2.0
174 stars 31 forks source link

Unmarshal nested structs with annotations #103

Closed R-maan closed 4 years ago

R-maan commented 4 years ago

After pull request #99 is merged, it would be worthwhile to add a test for nested structs:

foo::{
  field1: bar::{
    field2: baz::5
  }
}
R-maan commented 4 years ago

Fixed in this commit: 9cd2cc5f1bf59e0708f2bacd635988747a2c8341