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