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

Add json.TokenStream #1062

Merged
merged 1 commit into from Jun 6, 2018
Merged

Add json.TokenStream #1062

merged 1 commit into from Jun 6, 2018

Conversation

tiehuis
Copy link
Member

@tiehuis tiehuis commented Jun 6, 2018

This hides some of the low-level parsing details from the
StreamingParser. These don't need to be known when parsing a complete
slice at once (which is we can usually do).

Also, remove Json from Parser names. The namespace json is sufficient.

The token management needed to be duplicated for reflection based parsing so this is a precursor for that, as well.

This hides some of the low-level parsing details from the
StreamingParser. These don't need to be known when parsing a complete
slice at once (which is we can usually do).

Also, remove `Json` from Parser names. The namespace `json` is sufficient.
@andrewrk andrewrk merged commit e7f141b into master Jun 6, 2018
@andrewrk andrewrk deleted the json-changes branch June 6, 2018 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants