Skip to content

Commit 20f385f

Browse files
committed
Update readme
1 parent db2b65c commit 20f385f

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

json/gson/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,27 @@ into their JSON representation and vice versa.
55

66
Examples com from the Java Gson tutorial
77
http://zetcode.com/java/gson/
8+
9+
10+
Properties:
11+
12+
```
13+
<properties>
14+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15+
<maven.compiler.source>11</maven.compiler.source>
16+
<maven.compiler.target>11</maven.compiler.target>
17+
</properties>
18+
```
19+
20+
21+
Dependencies:
22+
23+
```
24+
<dependencies>
25+
<dependency>
26+
<groupId>com.google.code.gson</groupId>
27+
<artifactId>gson</artifactId>
28+
<version>2.8.5</version>
29+
</dependency>
30+
</dependencies>
31+
```

0 commit comments

Comments
 (0)