Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reader next returns a value of IonType which seems to be an internal data definition. #50

Closed
therapon opened this issue May 12, 2017 · 1 comment
Labels

Comments

@therapon
Copy link
Contributor

Using Reader.next() on Ion Data currently returns a value of type IonType.

The return value seems internal to me. What should (or could) a client do with a value of IonType?

@wesboyt
Copy link
Contributor

wesboyt commented Apr 13, 2018

IonType tells you what type the parser interpreted the next ionvalue as having. Allowing the user to choose what functionality/tovalue logic is available to them.

@wesboyt wesboyt closed this as completed Apr 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants