标签: json spring jersey jackson pretty-print
我使用Spring,Jersey和Jackson提供生成JSON的API。
我的@Component有一个@Get方法,它返回Response.ok(entity).build()。
输出非常紧凑。如何使输出漂亮/格式化?