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