fsprojects / AzureStorageTypeProvider

An F# Azure Type Provider which can be used to explore Blob, Table and Queue Azure Storage assets and easily apply CRUD operations on them.
http://fsprojects.github.io/AzureStorageTypeProvider/
The Unlicense
84 stars 34 forks source link

More flexible JSON parsing and more concise table schema #99

Closed theprash closed 7 years ago

theprash commented 7 years ago

Converting from Json.NET's JToken into an F# DU allows us to have much shorter table schema JSON, and we could use it to change the blob static schema format to be convenient dynamic JSON.