Skip to content

Commit 1988fbb

Browse files
authored
Update index.md
1 parent 52783e3 commit 1988fbb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ Jsoniter has more than enough feature, with an example driven style document. Yo
7777
* [How to customize encoding/decoding](http://jsoniter.com/java-features.html#service-provider-interface-spi)
7878
* [Many more...](http://jsoniter.com/java-features.html)
7979

80-
Tutorial on sitepoint: https://www.sitepoint.com/php-style-json-parsing-in-java-with-jsoniter/
80+
Tutorial on sitepoint: [https://www.sitepoint.com/php-style-json-parsing-in-java-with-jsoniter/](https://www.sitepoint.com/php-style-json-parsing-in-java-with-jsoniter/)
81+
82+
Introduction on dzone: [https://dzone.com/articles/is-protobuf-5x-faster-than-json](https://dzone.com/articles/is-protobuf-5x-faster-than-json)
8183

8284
# How to get
8385

@@ -87,7 +89,7 @@ For Java version
8789
<dependency>
8890
<groupId>com.jsoniter</groupId>
8991
<artifactId>jsoniter</artifactId>
90-
<version>0.9.8</version>
92+
<version>0.9.9</version>
9193
</dependency>
9294
```
9395

0 commit comments

Comments
 (0)