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

Piotr Czajkowski baa8a97a87 Now able to perform actions in bulk il y a 2 ans
.github 3dd7639e60 Updated to .NET 6 il y a 2 ans
analyzeJSON baa8a97a87 Now able to perform actions in bulk il y a 2 ans
analyzeJSONTests baa8a97a87 Now able to perform actions in bulk il y a 2 ans
.gitignore 90ffe2c8fa Adjusted to replit il y a 2 ans
LICENSE.md 0ee8b5d30a Paperwork il y a 3 ans
README.md 0ee8b5d30a Paperwork il y a 3 ans
analyzeJSON.sln e9c8f7547a Some order il y a 3 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!