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