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