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

Replace Newtonsoft.Json with System.Text.Json #101

Open
1 of 5 tasks
ttu opened this issue Oct 28, 2024 · 0 comments
Open
1 of 5 tasks

Replace Newtonsoft.Json with System.Text.Json #101

ttu opened this issue Oct 28, 2024 · 0 comments

Comments

@ttu
Copy link
Owner

ttu commented Oct 28, 2024

Replace Newtonsoft.Json with System.Text.Json

Known issues

  • Performance: System.Text.Json JsonElement and JsonDocument are not mutable
  • Features: System.Text.Json has limited serialization and converter cababilities

Progress:

  • CommitActionHandler (in progress)
  • DataStore (in progress)
  • DocumentCollection
  • ObjectExtensions
  • Test-files

Once all components are verified to work with System.Text.Json, we plan to release the v3 beta version.

Branch: https://github.com/ttu/json-flatfile-datastore/tree/newtonsoft-to-system-text-json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant