json-flatfile-datastore icon indicating copy to clipboard operation
json-flatfile-datastore copied to clipboard

Replace Newtonsoft.Json with System.Text.Json

Open ttu opened this issue 1 year ago • 0 comments

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)
  • [x] 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

ttu avatar Oct 28 '24 17:10 ttu