Skip to content

Commit

Permalink
Add json.TokenStream (#1062)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tiehuis authored and andrewrk committed Jun 6, 2018
1 parent f389e53 commit e7f141b
Showing 1 changed file with 159 additions and 78 deletions.

0 comments on commit e7f141b

Please sign in to comment.