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

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

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!