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

Piotr Czajkowski 7ed650ef91 Added ExtractText_AllGood 3 éve
.github 31653bb3f1 Some action 3 éve
analyzeJSON 7ed650ef91 Added ExtractText_AllGood 3 éve
analyzeJSONTests 7ed650ef91 Added ExtractText_AllGood 3 éve
.gitignore 998a7c7b48 Starting with it 3 éve
LICENSE.md 0ee8b5d30a Paperwork 3 éve
README.md 0ee8b5d30a Paperwork 3 éve
analyzeJSON.sln e9c8f7547a Some order 3 éve

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!