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

Piotr Czajkowski 59054e46f8 Cosmetics il y a 5 jours
.github 3dd7639e60 Updated to .NET 6 il y a 3 ans
analyzeJSON 59054e46f8 Cosmetics il y a 5 jours
analyzeJSONTests 03fc0e2b88 Using .NET 8 and updated dependencies il y a 5 jours
.gitignore 90ffe2c8fa Adjusted to replit il y a 3 ans
LICENSE.md 0ee8b5d30a Paperwork il y a 3 ans
README.md 0ee8b5d30a Paperwork il y a 3 ans
analyzeJSON.sln e9c8f7547a Some order il y a 3 ans

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!