I am Using GsonHttpMessageConverter in my spring project. When I use swagger, it is generating json with "Value" like {"value" :"{\"swagger\":\"2.0\", \"info\"{\" description ...
Which will actually break in swagger UI because of the above format. It shouldn't generate "value" tag, but it is generating. Is there any proper way to address this issue?