F# type provider use case
I have a bit of hard time to get a grip on type providers. I would like to get some feedback on the usefulness of type provider approach for following use case. Quite unfortunately our telemetry API returns objects as List<Dictionary<string, object>> . Dictionary has strings for keys (meaning column names) and value can be any object (though, usually this is some value type in System namespace). Also, there is an method that returns Dictionary<string, Type> collection that represents the schema (column name -> type binding). We usually use this data for ad-hoc/exploratory analysis and