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