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

Move to System.Text.Json #307

Open
idg10 opened this issue Dec 1, 2022 · 0 comments
Open

Move to System.Text.Json #307

idg10 opened this issue Dec 1, 2022 · 0 comments
Assignees
Milestone

Comments

@idg10
Copy link
Contributor

idg10 commented Dec 1, 2022

We want to move off Newtonsoft.Json and onto the System.Text.Json features built into .NET.

There are a few reasons for this:

  • simplifying dependencies
  • System.Text.Json is typically much faster
  • System.Text.Json offers the possibility of much less GC overhead
  • it gets us closer to Corvus.JsonSchema

Our goal is to enable services to use types generated by the tooling in Corvus.JsonSchema for serialization, deserialization, and validation. That's where #309 is trying to get to.

Since Corvus.JsonSchema is based entirely around System.Text.Json, moving away from Newtonsoft.Json is necessary first step.

@idg10 idg10 added this to the v5.0 milestone Jan 5, 2023
@idg10 idg10 self-assigned this Jan 5, 2023
@idg10 idg10 modified the milestones: v5.0, v6.0 Feb 20, 2023
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

No branches or pull requests

1 participant