You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...which you can use to speed-up your current FSharp.Data Json Serialization.
This will keep existing JSON domain model and everything as is, just provide alternative "from text" and "to text" options, with burden of extra dependency to System.Text.Json. We don't want that probably for all TPs, that's why the dependency is reverse here: This package uses FSharp.Data and not the other way.
If you want the source-code can be transferred under FSharp.Data repository. (Source code is tiny, it's just about transfering the FSharp.Data.JsonProvider DOM to System.Text.Json DOM and vice versa.
More conversation an motivations pondered at this issue #1478
The text was updated successfully, but these errors were encountered:
Hi,
I created a package of https://github.com/Thorium/FSharp.Data.JsonProvider.Serializer
(and Nuget https://www.nuget.org/packages/FSharp.Data.JsonProvider.Serializer)
...which you can use to speed-up your current FSharp.Data Json Serialization.
This will keep existing JSON domain model and everything as is, just provide alternative "from text" and "to text" options, with burden of extra dependency to System.Text.Json. We don't want that probably for all TPs, that's why the dependency is reverse here: This package uses FSharp.Data and not the other way.
If you want the source-code can be transferred under FSharp.Data repository. (Source code is tiny, it's just about transfering the FSharp.Data.JsonProvider DOM to System.Text.Json DOM and vice versa.
More conversation an motivations pondered at this issue #1478
The text was updated successfully, but these errors were encountered: