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

Piotr Czajkowski 3dd7639e60 Updated to .NET 6 il y a 1 an
.github 3dd7639e60 Updated to .NET 6 il y a 1 an
analyzeJSON 3dd7639e60 Updated to .NET 6 il y a 1 an
analyzeJSONTests 3dd7639e60 Updated to .NET 6 il y a 1 an
.gitignore 998a7c7b48 Starting with it il y a 2 ans
LICENSE.md 0ee8b5d30a Paperwork il y a 2 ans
README.md 0ee8b5d30a Paperwork il y a 2 ans
analyzeJSON.sln e9c8f7547a Some order il y a 2 ans

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!