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