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