fsprojects / FSharp.Data

F# Data: Library for Data Access
https://fsprojects.github.io/FSharp.Data
Other
814 stars 288 forks source link

JsonProvider.Load(value: JsonValue) #1424

Closed gbtb closed 2 years ago

gbtb commented 2 years ago

Added overload of Load method on JsonProvider to support combining JsonProviders without need for additional conversion to and from string. This should fix #1309