Description
In order to return raw json when wt=json (and raw xml when wt=xml), it would be great if we could output directly to the response.
I propose we can put a new `WriteableValue` in the response using DocumentTransformer – when a TextResponseWriter finds this type, it will let the `WriteableValue` figure out what to do.