Skip to content

Dive deep into JSON structures with a single line of code. It's type safe XPath for JSON.

Notifications You must be signed in to change notification settings

wolfspelz/JsonTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d1c4a88 · Dec 5, 2016

History

15 Commits
May 21, 2014
May 21, 2014
Mar 18, 2016
May 21, 2014
Dec 3, 2016
Mar 15, 2015
Dec 4, 2016
May 21, 2014
May 21, 2014
May 21, 2014
Dec 2, 2016
Jan 8, 2016
Dec 5, 2016
May 21, 2014
May 21, 2014

Repository files navigation

JSON Tree

If you just want to extract values from JSON with single line C# expressions then use the newer project JsonPath. JsonTree has a deserializer and a serializer. The parser/deserializer is a bit behind the curve compared to JsonPath. You probably won't need the serializer anyway.

This is what you want:

About

Dive deep into JSON structures with a single line of code. It's type safe XPath for JSON.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages