Info
Version: | 6.4.0 |
Author(s): | Tomas Petricek, Gustavo Guerra, Colin Bull |
Last Update: | Wednesday, March 13, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://fsprojects.github.io/FSharp.Data/ |
NuGet Url: | https://www.nuget.org/packages/FSharp.Data |
Install
Install-Package FSharp.Data
dotnet add package FSharp.Data
paket add FSharp.Data
FSharp.Data Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- FSharp.Core(>= 4.0.0.1)
- FSharp.Core(>= 4.3.4)
Tags
common data formats (CSV, HTML, JSON and XML in your F# applications and scripts.
* FSharp.Data -- includes everything
* FSharp.Data.Http -- http types/helpers
* FSharp.Data.Csv.Core -- csv types/helpers
* FSharp.Data.Json.Core -- json types/helpers
* FSharp.Data.Html.Core -- html types/helpers
* FSharp.Data.Xml.Core -- xml types/helpers.