Info
Version: | 1.0.6 |
Author(s): | Heiner Wolf |
Last Update: | Monday, December 5, 2016 |
.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
Extract the 42 from ["1st","2nd",{"aString":"HelloWorld","aNumber":42}] with C# expression: json[2]["aNumber"].