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

v0.2.0: Improve lexer flexibility and add ergonomic parsers #68

Merged
merged 6 commits into from
Dec 26, 2023
Merged

Conversation

jangko
Copy link
Contributor

@jangko jangko commented Dec 26, 2023

  • Put non-standard features behind flags.
  • Add limit features to improve security.
  • Add a rich set of parser to help users easily and safely crafting custom parser. No need to access unsafe lexer anymore.
  • Improve documentation a lot.
  • Add fuzz test to ensure json-serialization will not crash given malicious inputs.
  • Add a lot of tests, locally or from Json test suite.
  • Conform to the RFC8259 spec.
  • The old lexer is gone, so it will break code which using lexer directly.

fix #30
fix #27
fix #22
fix #38
fix #37

@jangko jangko merged commit 9720b33 into master Dec 26, 2023
12 checks passed
@jangko jangko deleted the v0.2.0 branch December 26, 2023 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants