Get basic information about given JSON file. https://github.com/pczajkowski/analyzeJSON
|
hace 3 años | |
---|---|---|
.github | hace 3 años | |
analyzeJSON | hace 3 años | |
analyzeJSONTests | hace 3 años | |
.gitignore | hace 3 años | |
LICENSE.md | hace 3 años | |
README.md | hace 3 años | |
analyzeJSON.sln | hace 3 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!