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

Piotr Czajkowski 3fa0f30593 Using .NET 8 5 روز پیش
.github 3fa0f30593 Using .NET 8 5 روز پیش
analyzeJSON a92e2a9033 Correction 5 روز پیش
analyzeJSONTests 03fc0e2b88 Using .NET 8 and updated dependencies 5 روز پیش
.gitignore 90ffe2c8fa Adjusted to replit 3 سال پیش
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!