FSharp.Data.JsonPath
1.0.1
Install-Package FSharp.Data.JsonPath -Version 1.0.1
dotnet add package FSharp.Data.JsonPath --version 1.0.1
<PackageReference Include="FSharp.Data.JsonPath" Version="1.0.1" />
paket add FSharp.Data.JsonPath --version 1.0.1
#r "nuget: FSharp.Data.JsonPath, 1.0.1"
// Install FSharp.Data.JsonPath as a Cake Addin
#addin nuget:?package=FSharp.Data.JsonPath&version=1.0.1
// Install FSharp.Data.JsonPath as a Cake Tool
#tool nuget:?package=FSharp.Data.JsonPath&version=1.0.1
F# has been characterized as a modern programming language well-suited to data-rich analytical problems. In this language, interacting wit h diverse datasets from event streams, web services, and databases is further simplified with the open-source FSharp.Data library.
Many of these real-world documents are hierarchically structured in Json and Xml. When designing reusable applications and algorithms in this space, it becomes very important to be able to extract subsets of data using custom queries.
For Xml, XPATH is a well established tool for describing specific elements within a document.
A similar mechanism exists for Json, called JsonPath.
Using JsonPath with F# typically involves converting data to Newtonsoft.Json's JObject type and invoking SelectToken. However, FSharp.Data has an elegant and functional representation of JsonValues that is very widely used.
FSharp.Data.JsonPath can directly query subsets of a JsonValue document without converting your entire dataset to perform some extraction.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- FSharp.Core (>= 4.0.0.1)
- FSharp.Data (>= 2.4.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Updated dependencies for .NET: FSharp.Core, FSharp.Data