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