JsonPath.Net
1.1.6
dotnet add package JsonPath.Net --version 1.1.6
NuGet\Install-Package JsonPath.Net -Version 1.1.6
<PackageReference Include="JsonPath.Net" Version="1.1.6" />
paket add JsonPath.Net --version 1.1.6
#r "nuget: JsonPath.Net, 1.1.6"
// Install JsonPath.Net as a Cake Addin #addin nuget:?package=JsonPath.Net&version=1.1.6 // Install JsonPath.Net as a Cake Tool #tool nuget:?package=JsonPath.Net&version=1.1.6
Summary
JsonPath.Net implements the JSON Path specification RFC 9535, a string syntax for selecting and extracting JSON values from within a given JSON value.
Links
Usage
var path = JsonPath.Parse("$.prop[0:6:2]");
var instance = JsonNode.Parse("{\"prop\":[0,1,2,3]}");
var results = path.Evaluate(instance);
/*
results:
[
{
"Value": 0,
"Location": "$['prop'][0]"
},
{
"Value": 2,
"Location": "$['prop'][2]"
}
]
*/
Sponsorship
If you found this library helpful and would like to promote continued development, please consider sponsoring the maintainers.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Json.More.Net (>= 2.0.2)
-
net8.0
- Json.More.Net (>= 2.0.2)
NuGet packages (189)
Showing the top 5 NuGet packages that depend on JsonPath.Net:
Package | Downloads |
---|---|
OrchardCore.Abstractions
Orchard Core Framework is an application framework for building modular, multi-tenant applications on ASP.NET Core. Abstractions of OrchardCore ShellHost. |
|
OrchardCore.Data.Abstractions
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Abstractions for data access functionality |
|
OrchardCore.Infrastructure.Abstractions
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Abstractions for OrchardCoreCMS Infrastructure |
|
OrchardCore.Mvc.Core
Orchard Core Framework is an application framework for building modular, multi-tenant applications on ASP.NET Core. Core Implementation for MVC application. |
|
OrchardCore.Module.Targets
Orchard Core Framework is an application framework for building modular, multi-tenant applications on ASP.NET Core. Converts project/library into an OrchardCore Module that can be referenced in OrchardCore modular application. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on JsonPath.Net:
Repository | Stars |
---|---|
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
|
Version | Downloads | Last updated |
---|---|---|
1.1.6 | 79,858 | 9/30/2024 |
1.1.5 | 14,105 | 9/19/2024 |
1.1.4 | 152,271 | 8/5/2024 |
1.1.3 | 5,563 | 8/1/2024 |
1.1.2 | 83,677 | 6/24/2024 |
1.1.1 | 4,256 | 6/18/2024 |
1.1.0 | 164,179 | 5/21/2024 |
1.0.5 | 3,660 | 5/18/2024 |
1.0.4 | 4,688 | 5/16/2024 |
1.0.3 | 2,487 | 5/13/2024 |
1.0.2 | 8,399 | 5/9/2024 |
1.0.1.2 | 36,224 | 4/19/2024 |
1.0.1.1 | 151 | 4/19/2024 |
1.0.0 | 64,912 | 2/22/2024 |
0.8.1 | 42,495 | 2/11/2024 |
0.8.0 | 13,057 | 2/3/2024 |
0.7.1 | 101,127 | 1/8/2024 |
0.7.0 | 63,226 | 12/14/2023 |
0.6.8 | 525 | 12/14/2023 |
0.6.7 | 117,797 | 9/14/2023 |
0.6.6 | 1,152 | 9/11/2023 |
0.6.5 | 55,789 | 9/1/2023 |
0.6.4 | 89,681 | 8/2/2023 |
0.6.3 | 47,015 | 7/17/2023 |
0.6.2 | 38,505 | 6/4/2023 |
0.6.1 | 3,711 | 5/31/2023 |
0.6.0 | 748 | 5/29/2023 |
0.5.2 | 112,241 | 4/19/2023 |
0.5.1 | 20,654 | 3/24/2023 |
0.5.0 | 804 | 3/23/2023 |
0.4.0 | 16,860 | 2/23/2023 |
0.3.3 | 27,322 | 1/17/2023 |
0.3.2 | 853 | 1/16/2023 |
0.3.1 | 7,935 | 12/25/2022 |
0.3.0 | 834 | 12/25/2022 |
0.2.1 | 297,678 | 4/1/2022 |
0.2.0 | 207,590 | 3/26/2022 |
0.1.14 | 37,024 | 11/13/2021 |
0.1.13 | 14,130 | 10/5/2021 |
0.1.12 | 1,182 | 9/11/2021 |
0.1.11 | 956 | 9/6/2021 |
0.1.10 | 886 | 9/6/2021 |
0.1.9 | 885 | 9/4/2021 |
0.1.8 | 1,844 | 8/20/2021 |
0.1.7 | 2,340 | 6/20/2021 |
0.1.6 | 3,074 | 6/7/2021 |
0.1.5 | 2,189 | 2/24/2021 |
0.1.4 | 1,112 | 1/1/2021 |
0.1.3 | 1,025 | 12/23/2020 |
0.1.2 | 2,058 | 11/28/2020 |
0.1.1 | 1,112 | 9/30/2020 |
0.1.0 | 1,405 | 9/29/2020 |
Release notes can be found at https://docs.json-everything.net/rn-json-path/