-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Breaking: move to JSONStream. remove multibyte option (#6)
* Move to JSONStream underneath the hood. this means support for json-stream (previous streaming impl) options are no longer supported. * supports directly calling `write` on parse streams * now chunks up input strings when parsing using the function wrapper * multibyte option removed as its now supported already by JSONStream
- Loading branch information
1 parent
58aaa92
commit 43344be
Showing
6 changed files
with
385 additions
and
499 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.