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

Rewrite UTF-8 JSON reader #198

Merged
merged 2 commits into from
Sep 4, 2024
Merged

Conversation

agocke
Copy link
Collaborator

@agocke agocke commented Sep 3, 2024

The existing reader was adapted from S.T.J and is not architected well for integration into Serde.Json. It's slower than it needs to be and supports features that Serde.Json will never have, like directly exposing the lexing API.

Also added is an IByteReader abstraction that will help address porting issues between different types of backing streams.

The existing reader was adapted from S.T.J and is not architected well
for integration into Serde.Json. It's slower than it needs to be and
supports features that Serde.Json will never have, like directly
exposing the lexing API.

Also added is an IByteReader abstraction that will help address porting
issues between different types of backing streams.
@agocke agocke enabled auto-merge (squash) September 3, 2024 22:59
@agocke agocke merged commit c3079e0 into serdedotnet:main Sep 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant