Skip to content

interested in a PR for the following improvements? #24

@eram

Description

@eram

@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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions