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

Piotr Czajkowski d2f7c3b920 Formatting 2 년 전
.github 3dd7639e60 Updated to .NET 6 2 년 전
analyzeJSON d2f7c3b920 Formatting 2 년 전
analyzeJSONTests 3dd7639e60 Updated to .NET 6 2 년 전
.gitignore 90ffe2c8fa Adjusted to replit 2 년 전
LICENSE.md 0ee8b5d30a Paperwork 3 년 전
README.md 0ee8b5d30a Paperwork 3 년 전
analyzeJSON.sln e9c8f7547a Some order 3 년 전

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!