This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Description
Hi, serialization with Newtonsoft.Json does not work.
If you serialize 2.0.ToOption() then it does not save the value:
{"OptionProperty":{"HasValue":true,"IsEmpty":false}}
Maybe it's possible to write a JsonConverter for that but the better way would be supporting serialization with the Option type by default. Or am I doing something wrong?