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

Latest commit

 

History

History
22 lines (15 loc) · 349 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 349 Bytes

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());