Get basic information about given JSON file. https://github.com/pczajkowski/analyzeJSON
Piotr Czajkowski 3798eab7dd Cosmetics | 2 年之前 | |
---|---|---|
.github | 2 年之前 | |
analyzeJSON | 2 年之前 | |
analyzeJSONTests | 2 年之前 | |
.gitignore | 2 年之前 | |
LICENSE.md | 2 年之前 | |
README.md | 2 年之前 | |
analyzeJSON.sln | 2 年之前 |
Simple library which would traverse JSON file for you and execute given Action<JToken>
on each node. See tests for usage examples. Enjoy!