@alemures I have a fork of your lib with a few more features:
- chunked input support with write()/end().
- stream reading support with pipe() for chunked HTTP streams.
- Pattern matching for partial strings (
/a* pattern works).
- user can setup fastJson instance and call its parse multiple times.
- async parsing with yielding to prevent event loop blocking.
- a lot more input validations.
- Unicode escape strings
- options: buffer encoding, separator char etc.
- stop parsing when listener return true (instead of calling skip).
- faster.
Would you be interested in a PR for it?