IsaacSchemm / DeviantArtFs

F# library for the DeviantArt and Sta.sh API
Other
1 stars 0 forks source link

Use FSharp.Json for JSON instead of FSharp.Data #2

Closed libertyernie closed 5 years ago

libertyernie commented 5 years ago

Two reasons not to use the JSON type provider in this project:

  1. We have to wrap the data anyway for C# and VB.NET consumption, so there's already going to be at least two layers of data structures
  2. It makes Visual Studio 2017 real slow