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

Piotr Czajkowski ac1a7368d6 Added ExtractText_NullKeys 2 yıl önce
.github 31653bb3f1 Some action 2 yıl önce
analyzeJSON ac1a7368d6 Added ExtractText_NullKeys 2 yıl önce
analyzeJSONTests ac1a7368d6 Added ExtractText_NullKeys 2 yıl önce
.gitignore 998a7c7b48 Starting with it 2 yıl önce
LICENSE.md 0ee8b5d30a Paperwork 2 yıl önce
README.md 0ee8b5d30a Paperwork 2 yıl önce
analyzeJSON.sln e9c8f7547a Some order 2 yıl önce

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!