In Spring 3.1, you should be able to set a property on the MappingJacksonJsonView bean called extractValueFromSingleKeyModel to true to remove the wrapper.
Oh, seems like this has been asked before Why is Jackson wrapping my objects with an extra layer named after the class?