FSharp.Data.JsonPath 1.0.1

dotnet add package FSharp.Data.JsonPath --version 1.0.1
NuGet\Install-Package FSharp.Data.JsonPath -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FSharp.Data.JsonPath" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FSharp.Data.JsonPath --version 1.0.1
#r "nuget: FSharp.Data.JsonPath, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 3,784 10/21/2017
1.0.0 1,650 1/23/2017

Updated dependencies for .NET: FSharp.Core, FSharp.Data