JsonPath.Net 1.1.3
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.
Showing the top 20 packages that depend on JsonPath.Net.
| Packages | Downloads |
|---|---|
|
OrchardCore.AuditTrail
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework.
Provides a log for recording and viewing back-end changes.
|
15 |
|
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.
|
14 |
|
OrchardCore.Html
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework.
The Html module enables content items to have rich content using Html syntax.
|
14 |
|
OrchardCore.Abstractions
Orchard Core Framework is an application framework for building modular, multi-tenant applications on ASP.NET Core.
Abstractions of OrchardCore ShellHost.
|
14 |
|
OrchardCore.DisplayManagement
Orchard Core Framework is an application framework for building modular, multi-tenant applications on ASP.NET Core.
Library for DisplayManagement. Provides BaseDisplayManager, Shape, Layout and Theming support.
|
14 |
|
TheAgencyTheme
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework.
Orchard Core CMS theme adapted for agency websites.
|
14 |
|
OrchardCore.Navigation
Orchard Core Framework is an application framework for building modular, multi-tenant applications on ASP.NET Core.
The Navigation module allows you to define menus and display them.
|
14 |
|
OrchardCore.ArchiveLater
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework.
The Archive Later module adds the ability to schedule content items to be archived at a given future date and time.
|
14 |
|
OrchardCore.ReCaptcha
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework.
Provides ReCaptcha functionality.
|
14 |
|
OrchardCore.Templates
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework.
Provides features to write custom shape templates from the Admin UI.
|
14 |
|
OrchardCore.OpenId.Core
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework.
Core implementation for OpenId.
|
14 |
|
OrchardCore.Email.Smtp
Orchard Core Framework is an application framework for building modular, multi-tenant applications on ASP.NET Core.
Provides the configuration of email settings and a default email service utilizing Simple Mail Transfer Protocol (SMTP).
|
14 |
|
OrchardCore.DynamicCache
Orchard Core Framework is an application framework for building modular, multi-tenant applications on ASP.NET Core.
Dynamic Cache Provides tag helpers to cache sections of markup.
|
14 |
Release notes can be found at https://docs.json-everything.net/rn-json-path/
| Version | Downloads | Last updated |
|---|---|---|
| 3.0.2 | 3 | 23.03.2026 |
| 3.0.1 | 3 | 21.02.2026 |
| 3.0.0 | 4 | 09.02.2026 |
| 2.2.0 | 5 | 14.12.2025 |
| 2.1.1 | 14 | 21.03.2025 |
| 2.1.0 | 11 | 21.03.2025 |
| 2.0.1 | 12 | 21.03.2025 |
| 2.0.0 | 11 | 21.03.2025 |
| 1.1.6 | 11 | 21.03.2025 |
| 1.1.5 | 11 | 21.03.2025 |
| 1.1.4 | 11 | 21.03.2025 |
| 1.1.3 | 11 | 21.03.2025 |
| 1.1.2 | 12 | 21.03.2025 |
| 1.1.1 | 10 | 21.03.2025 |
| 1.1.0 | 11 | 21.03.2025 |
| 1.0.5 | 11 | 21.03.2025 |
| 1.0.4 | 11 | 21.03.2025 |
| 1.0.3 | 11 | 21.03.2025 |
| 1.0.2 | 12 | 21.03.2025 |
| 1.0.1.2 | 11 | 21.03.2025 |
| 1.0.1.1 | 11 | 21.03.2025 |
| 1.0.0 | 12 | 21.03.2025 |
| 0.8.1 | 11 | 21.03.2025 |
| 0.8.0 | 12 | 21.03.2025 |
| 0.7.1 | 12 | 21.03.2025 |
| 0.7.0 | 11 | 21.03.2025 |
| 0.6.8 | 11 | 21.03.2025 |
| 0.6.7 | 11 | 21.03.2025 |
| 0.6.6 | 11 | 21.03.2025 |
| 0.6.5 | 11 | 21.03.2025 |
| 0.6.4 | 11 | 21.03.2025 |
| 0.6.3 | 11 | 21.03.2025 |
| 0.6.2 | 12 | 21.03.2025 |
| 0.6.1 | 11 | 21.03.2025 |
| 0.6.0 | 11 | 21.03.2025 |
| 0.5.2 | 12 | 21.03.2025 |
| 0.5.1 | 12 | 21.03.2025 |
| 0.5.0 | 11 | 21.03.2025 |
| 0.4.0 | 11 | 21.03.2025 |
| 0.3.3 | 11 | 21.03.2025 |
| 0.3.2 | 12 | 21.03.2025 |
| 0.3.1 | 11 | 21.03.2025 |
| 0.3.0 | 11 | 21.03.2025 |
| 0.2.1 | 11 | 21.03.2025 |
| 0.2.0 | 11 | 21.03.2025 |
| 0.1.14 | 11 | 21.03.2025 |
| 0.1.13 | 11 | 21.03.2025 |
| 0.1.12 | 11 | 21.03.2025 |
| 0.1.11 | 11 | 21.03.2025 |
| 0.1.10 | 11 | 21.03.2025 |
| 0.1.9 | 11 | 21.03.2025 |
| 0.1.8 | 12 | 21.03.2025 |
| 0.1.7 | 11 | 21.03.2025 |
| 0.1.6 | 11 | 21.03.2025 |
| 0.1.5 | 11 | 21.03.2025 |
| 0.1.4 | 12 | 21.03.2025 |
| 0.1.3 | 11 | 21.03.2025 |
| 0.1.2 | 12 | 21.03.2025 |
| 0.1.1 | 11 | 21.03.2025 |
| 0.1.0 | 11 | 21.03.2025 |