Info
Version: | 2.1.0 |
Author(s): | Heiner Wolf |
Last Update: | Thursday, August 28, 2025 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/wolfspelz/JsonPath |
NuGet Url: | https://www.nuget.org/packages/JsonPath |
Install
Install-Package JsonPath
dotnet add package JsonPath
paket add JsonPath
JsonPath Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 9.0.1)
Tags
Supports JSON, XML and YAML parsing with intuitive syntax like json[2]["aNumber"] and LINQ integration.