Suave is a simple web development F# library providing a lightweight web server and a set of combinators to manipulate route flow and task composition.
We can expose simple REST web services with the help of the combinator mapJson. The mapJson uses the default BCL JSON serializer DataContractJsonSerializer.
Or you can bring your own JSON serializer like Chiron:https://github.com/xyncro/chiron