How to query a view and retrieve raw json

My context is a n tier architecture. I’m trying to have the best performance possible. To achieve this, I would send back raw json through the various layers until I reach the one that would deserialize it because it knows what to do about it. As I said previously I’m now using the REST API and this is working fine.