If you just want to extract values from JSON with single line C# expressions then use the newer project JsonPath. JsonTree has a deserializer and a serializer. The parser/deserializer is a bit behind the curve compared to JsonPath. You probably won't need the serializer anyway.
This is what you want: