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

Piotr Czajkowski ae3562290d Cosmetics 2 years ago
.github 31653bb3f1 Some action 2 years ago
analyzeJSON ae3562290d Cosmetics 2 years ago
analyzeJSONTests ae3562290d Cosmetics 2 years ago
.gitignore 998a7c7b48 Starting with it 2 years ago
LICENSE.md 0ee8b5d30a Paperwork 2 years ago
README.md 0ee8b5d30a Paperwork 2 years ago
analyzeJSON.sln e9c8f7547a Some order 2 years ago

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!