Get basic information about given JSON file. https://github.com/pczajkowski/analyzeJSON
Piotr Czajkowski 3798eab7dd Cosmetics | hace 2 años | |
---|---|---|
.github | hace 2 años | |
analyzeJSON | hace 2 años | |
analyzeJSONTests | hace 2 años | |
.gitignore | hace 2 años | |
LICENSE.md | hace 2 años | |
README.md | hace 2 años | |
analyzeJSON.sln | hace 2 años |
Simple library which would traverse JSON file for you and execute given Action<JToken>
on each node. See tests for usage examples. Enjoy!