Get basic information about given JSON file. https://github.com/pczajkowski/analyzeJSON

Piotr Czajkowski 0ee8b5d30a Paperwork %!s(int64=3) %!d(string=hai) anos
analyzeJSON 4cb3883a65 Style %!s(int64=3) %!d(string=hai) anos
analyzeJSONTests f4c68b3cd4 Nuget update %!s(int64=3) %!d(string=hai) anos
.gitignore 998a7c7b48 Starting with it %!s(int64=3) %!d(string=hai) anos
LICENSE.md 0ee8b5d30a Paperwork %!s(int64=3) %!d(string=hai) anos
README.md 0ee8b5d30a Paperwork %!s(int64=3) %!d(string=hai) anos
analyzeJSON.sln e9c8f7547a Some order %!s(int64=3) %!d(string=hai) anos

README.md

Simple library which would traverse JSON file for you and execute given Action<JToken> on each node. See tests for usage examples. Enjoy!