taoyuyu / FunnyCardServer

0 stars 0 forks source link

json数据解析/打包 #1

Open taoyuyu opened 6 years ago

taoyuyu commented 6 years ago

@faithpig 统一使用alibaba json解析包。

<!-- https://mvnrepository.com/artifact/com.alibaba/fastjson -->
    <dependency>
      <groupId>com.alibaba</groupId>
      <artifactId>fastjson</artifactId>
      <version>1.2.41</version>
    </dependency>