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

Replit user 6c442d5362 Merge remote-tracking branch 'origin/main' into main hace 2 años
.github 3dd7639e60 Updated to .NET 6 hace 2 años
analyzeJSON 6c442d5362 Merge remote-tracking branch 'origin/main' into main hace 2 años
analyzeJSONTests baa8a97a87 Now able to perform actions in bulk hace 2 años
.gitignore 90ffe2c8fa Adjusted to replit hace 2 años
LICENSE.md 0ee8b5d30a Paperwork hace 3 años
README.md 0ee8b5d30a Paperwork hace 3 años
analyzeJSON.sln e9c8f7547a Some order hace 3 años

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!