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

[Refactor] Make a single object for all different types acceptable kind #154

Closed R-maan closed 4 years ago

R-maan commented 4 years ago

Resolves #110

Define and allocate acceptable kinds for different Ion types once, to optimize the existing logic.