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

Piotr Czajkowski a2b97073a8 Adjusted tests před 2 roky
.github 31653bb3f1 Some action před 2 roky
analyzeJSON f2ef537f55 Fixed #1 před 2 roky
analyzeJSONTests a2b97073a8 Adjusted tests před 2 roky
.gitignore 998a7c7b48 Starting with it před 2 roky
LICENSE.md 0ee8b5d30a Paperwork před 2 roky
README.md 0ee8b5d30a Paperwork před 2 roky
analyzeJSON.sln e9c8f7547a Some order před 2 roky

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!