Tarmil / FSharp.SystemTextJson

System.Text.Json extensions for F# types
MIT License
323 stars 44 forks source link

Use ListCollector to construct 'T list during deserialization #118

Open Tarmil opened 2 years ago

Tarmil commented 2 years ago

Advantage: better performance compared with current List.ofArray.

Inconvenient: bumps the dependency on FSharp.Core from 4.7 to 6.0.