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

Piotr Czajkowski e7f151bcbe Cosmetics hace 2 años
analyzeJSON e7f151bcbe Cosmetics hace 2 años
analyzeJSONTests e7f151bcbe Cosmetics hace 2 años
.gitignore 998a7c7b48 Starting with it hace 2 años
LICENSE.md 0ee8b5d30a Paperwork hace 2 años
README.md 0ee8b5d30a Paperwork hace 2 años
analyzeJSON.sln e9c8f7547a Some order hace 2 años

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!