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

Piotr Czajkowski a92e2a9033 Correction hai 5 días
.github 3dd7639e60 Updated to .NET 6 %!s(int64=3) %!d(string=hai) anos
analyzeJSON a92e2a9033 Correction hai 5 días
analyzeJSONTests 03fc0e2b88 Using .NET 8 and updated dependencies hai 5 días
.gitignore 90ffe2c8fa Adjusted to replit %!s(int64=3) %!d(string=hai) anos
LICENSE.md 0ee8b5d30a Paperwork %!s(int64=3) %!d(string=hai) anos
README.md 0ee8b5d30a Paperwork %!s(int64=3) %!d(string=hai) anos
analyzeJSON.sln e9c8f7547a Some order %!s(int64=3) %!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!