Skip to content

Commit 7a04b68

Browse files
authored
Update index.md
1 parent 7872bca commit 7a04b68

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,17 @@ Jsoniter will not only be the fastest parser in runtime, but also trying very ha
7171
# Easy to migrate
7272

7373
* Golang version is drop-in replacement for standard library (encoding/json), `json.Marshal` or `json.Unmarshal` just replace json with jsoniter.
74-
* Support gson compatibility mode
74+
* [Support gson compatibility mode](/migrate-from-gson.html)
7575
* Support jackson compatibility mode (coming soon)
7676

7777
# Documentation
7878

7979
Jsoniter has more than enough feature, with an example driven style document. You can see a lot of code snippet to demonstrate various common task:
8080

81-
* [How to use in Android platform with static code generation](http://jsoniter.com/java-features.html#performance-is-optional)
82-
* [How to check if property is present in JSON](http://jsoniter.com/java-features.html#validation)
83-
* [How to customize encoding/decoding](http://jsoniter.com/java-features.html#service-provider-interface-spi)
84-
* [Many more...](http://jsoniter.com/java-features.html)
81+
* [How to use in Android platform with static code generation](/java-features.html#performance-is-optional)
82+
* [How to check if property is present in JSON](/java-features.html#validation)
83+
* [How to customize encoding/decoding](/java-features.html#service-provider-interface-spi)
84+
* [Many more...](/java-features.html)
8585

8686
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/)
8787

0 commit comments

Comments
 (0)