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

Piotr Czajkowski 3798eab7dd Cosmetics 2 anos atrás
.github 3dd7639e60 Updated to .NET 6 2 anos atrás
analyzeJSON 6c442d5362 Merge remote-tracking branch 'origin/main' into main 2 anos atrás
analyzeJSONTests 3798eab7dd Cosmetics 2 anos atrás
.gitignore 90ffe2c8fa Adjusted to replit 2 anos atrás
LICENSE.md 0ee8b5d30a Paperwork 2 anos atrás
README.md 0ee8b5d30a Paperwork 2 anos atrás
analyzeJSON.sln e9c8f7547a Some order 2 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!