Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Core: add json converters for F# types
Implement JSON converters for F# Discriminated Union types because System.Text.Json can't serialize them out of the box. Without converters, got the following error: ``` System.NotSupportedException : F# discriminated union serialization is not supported. Consider authoring a custom converter for the type. The unsupported member type is located on type 'FsharpExchangeDotNetStandard.Currency'. Path: $.Market.BuyCurrency. ```
- Loading branch information