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

Piotr Czajkowski baa8a97a87 Now able to perform actions in bulk 1 yıl önce
.github 3dd7639e60 Updated to .NET 6 1 yıl önce
analyzeJSON baa8a97a87 Now able to perform actions in bulk 1 yıl önce
analyzeJSONTests baa8a97a87 Now able to perform actions in bulk 1 yıl önce
.gitignore 90ffe2c8fa Adjusted to replit 1 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!