fsprojects / FSharp.Json

F# JSON Reflection based serialization library
Apache License 2.0
222 stars 26 forks source link

JSON serializer from FSharp.Data emits invalid JSON for -Infinity, Infinity and NaN #22

Open dbarbashov opened 5 years ago

dbarbashov commented 5 years ago

Please see this issue: https://github.com/fsharp/FSharp.Data/issues/1259 Maybe consider changing JSON backend to something more performant and stable, for example Utf8Json?