I get a JSON that is very dynamic so I can just simple deserialize it to a object. I need to change the logic depending in what keys it have and what kind of nested data it get.
In python is easy, because it turns a JSON in dict/list. But how do the same with Json.net?