Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

lets-blade/blade-json-support

Repository files navigation

blade-json-support

Blade JSON 扩展支持,Blade 版本在 2.0.8-BETA3 或更高。

使用

引入依赖

<dependency>
    <groupId>com.bladejava</groupId>
    <artifactId>blade-fastjson-support</artifactId>
    <version>0.0.2</version>
<dependency>

配置 JSON 支持

JsonKit.jsonSupprt(new FastJsonSupport());