Which Spring annotation is used to automatically convert a Java object to JSON in the response?
@ResponseBody
@RequestBody
@JsonSerialize
@PathVariable
This question is part of this quiz :