Get basic information about given JSON file. https://github.com/pczajkowski/analyzeJSON
|
3 éve | |
---|---|---|
analyzeJSON | 3 éve | |
analyzeJSONTests | 3 éve | |
.gitignore | 3 éve | |
LICENSE.md | 3 éve | |
README.md | 3 éve | |
analyzeJSON.sln | 3 éve |
Simple library which would traverse JSON file for you and execute given Action<JToken>
on each node. See tests for usage examples. Enjoy!