Inspect values in JSON strings with single line expressions and plain old CLR objects without using foreach/if to extract values from JSON. Extract the 42 from ["first",{"aString":"HelloWorld","aNumber":42}] with C# expression: json.AsList[1].AsDictionary["aNumber"].AsInt
License
—
Deps
0
Install Size
—
Vulns
✓ 0
Published
Jan 26, 2016
Get Started
$ dotnet add package JsonTreeReadme
No README available.