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

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

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!