Skip to content

Commit 1eb44cb

Browse files
authored
Update index.md
1 parent ab83228 commit 1eb44cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ Best of all, the schema-less experience is backed by lazy parsing technology. An
6868

6969
Jsoniter will not only be the fastest parser in runtime, but also trying very hard to be the fastest parser to help you getting your job done.
7070

71+
# Easy to migrate
72+
73+
* 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
75+
* Support jackson compatibility mode (coming soon)
76+
7177
# Documentation
7278

7379
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:

0 commit comments

Comments
 (0)