Currently, I need to change the type of the elements of the array to another type with a ToJson implementation. Adding a static member ToJson to the type doesn't work with types generated by type providers. This involves creating a type where I can implement the ToJson which cancels the benefit of using type providers.
Currently, I need to change the type of the elements of the array to another type with a
ToJsonimplementation. Adding astatic member ToJsonto the type doesn't work with types generated by type providers. This involves creating a type where I can implement theToJsonwhich cancels the benefit of using type providers.