JsonPath.Net 2.0.0

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.

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.

Showing the top 20 packages that depend on JsonPath.Net.

Packages Downloads
OrchardCore.Abstractions
Orchard Core Framework is an application framework for building modular, multi-tenant applications on ASP.NET Core. Abstractions of OrchardCore ShellHost.
2
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
2
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
2
OrchardCore.Queries.Abstractions
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Abstractions for Queries.
2

Release notes can be found at https://docs.json-everything.net/rn-json-path/

.NET 8.0

.NET 9.0

.NET Standard 2.0

Version Downloads Last updated
3.0.2 1 22.06.2026
3.0.1 1 22.06.2026
3.0.0 1 22.06.2026
2.2.0 1 22.06.2026
2.1.1 1 22.06.2026
2.1.0 1 22.06.2026
2.0.1 1 22.06.2026
2.0.0 1 22.06.2026
1.1.6 1 22.06.2026
1.1.5 1 22.06.2026
1.1.4 1 22.06.2026
1.1.3 1 22.06.2026
1.1.2 1 22.06.2026
1.1.1 1 22.06.2026
1.1.0 1 22.06.2026
1.0.5 1 22.06.2026
1.0.4 1 22.06.2026
1.0.3 1 22.06.2026
1.0.2 1 22.06.2026
1.0.1.2 1 22.06.2026
1.0.1.1 1 22.06.2026
1.0.0 1 22.06.2026
0.8.1 1 22.06.2026
0.8.0 1 22.06.2026
0.7.1 1 22.06.2026
0.7.0 1 22.06.2026
0.6.8 1 22.06.2026
0.6.7 1 22.06.2026
0.6.6 1 22.06.2026
0.6.5 1 22.06.2026
0.6.4 1 22.06.2026
0.6.3 1 22.06.2026
0.6.2 1 22.06.2026
0.6.1 1 22.06.2026
0.6.0 1 22.06.2026
0.5.2 1 22.06.2026
0.5.1 1 22.06.2026
0.5.0 1 22.06.2026
0.4.0 1 22.06.2026
0.3.3 1 22.06.2026
0.3.2 1 22.06.2026
0.3.1 1 22.06.2026
0.3.0 1 22.06.2026
0.2.1 1 22.06.2026
0.2.0 1 22.06.2026
0.1.14 1 22.06.2026
0.1.13 1 22.06.2026
0.1.12 1 22.06.2026
0.1.11 1 22.06.2026
0.1.10 1 22.06.2026
0.1.9 1 22.06.2026
0.1.8 1 22.06.2026
0.1.7 1 22.06.2026
0.1.6 1 22.06.2026
0.1.5 1 22.06.2026
0.1.4 1 22.06.2026
0.1.3 1 22.06.2026
0.1.2 1 22.06.2026
0.1.1 1 22.06.2026
0.1.0 1 22.06.2026