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