Allow explicit conversion via IConvertible and also supply Converter<TJsValFrom, object>
Oceanswave opened this issue · 1 comments
Oceanswave commented
Within the BaristaConversionStrategy, allow classes to specify an explicit conversion To/From JsValue objects by using the IConvertible interface.
Also let custom Converter<TFrom, TTo> classes be specified.
Oceanswave commented
We might already have this as part of the use of Converter