toburger / FSharp.Json

Elm inspired Json encoder/decoder combinator library: http://toburger.github.io/FSharp.Json/
The Unlicense
4 stars 1 forks source link

Serialize into (pretty) indented JSON #4

Open toburger opened 7 years ago

toburger commented 7 years ago

Currently the generated JSON is a simple string without white space and newlines.

Note to myself: I should definitely read into Philip Wadlers paper "A prettier printer". There exists also an F# library which implements the ideas, I think: YC.PrettyPrinter