Skip to content

Commit

Permalink
add json support (#358)
Browse files Browse the repository at this point in the history
* add json support

* update generated code

* add json support

* fix typos

* fix styling typo

* update errcode to int

* update per comments and latest backend change

Co-authored-by: Anqi <anqi.wang@vesoft.com>
  • Loading branch information
Klay and Nicole00 authored Sep 28, 2021
1 parent 485d043 commit a19546e
Show file tree
Hide file tree
Showing 70 changed files with 14,554 additions and 2,387 deletions.
6 changes: 6 additions & 0 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<commons-codec.version>1.13</commons-codec.version>
<commons-pool2.version>2.2</commons-pool2.version>
<servlet.version>3.0.1</servlet.version>
<fastjson.version>1.2.78</fastjson.version>
</properties>

<build>
Expand Down Expand Up @@ -233,5 +234,10 @@
<artifactId>javax.servlet-api</artifactId>
<version>${servlet.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>${fastjson.version}</version>
</dependency>
</dependencies>
</project>
Loading

0 comments on commit a19546e

Please sign in to comment.