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

Piotr Czajkowski 7cf7cd687b Formatting %!s(int64=2) %!d(string=hai) anos
.github 3dd7639e60 Updated to .NET 6 %!s(int64=2) %!d(string=hai) anos
analyzeJSON 7cf7cd687b Formatting %!s(int64=2) %!d(string=hai) anos
analyzeJSONTests 7cf7cd687b Formatting %!s(int64=2) %!d(string=hai) anos
.gitignore 90ffe2c8fa Adjusted to replit %!s(int64=2) %!d(string=hai) anos
LICENSE.md 0ee8b5d30a Paperwork %!s(int64=2) %!d(string=hai) anos
README.md 0ee8b5d30a Paperwork %!s(int64=2) %!d(string=hai) anos
analyzeJSON.sln e9c8f7547a Some order %!s(int64=2) %!d(string=hai) anos

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!