fsprojects / FSharp.Json

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

Minify #34

Open sanchez opened 4 years ago

sanchez commented 4 years ago

I was wondering if there is support for being able to compress/minify the json output from a serializer? (removing the newlines and spacing)

Thanks, Daniel

vsapronov commented 4 years ago

Could you please check https://github.com/vsapronov/FSharp.Json#unformatted-json - is that what you want?