12.4 Json 转换用法

    1、使用配置的 json 实现转换

    2、使用指定的 json 实现转换

    1. // 临时指定使用 FastJson 实现
    2. FastJson.getJson().parse(...);
    3. // 为 Controller.renderJson(..) 方法直接传入转换好的 json string

    上面这种用法可以临时摆脱配置的 json 实现,从而使用指定的 json 实现。