You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ jsoniter (json-iterator) is fast and flexible JSON parser available in [Java](ht
10
10
* Jsoniter is the fastest JSON parser. It could be up to 10x faster than normal parser, data binding included. Shameless self [benchmark](/benchmark.html)
11
11
* Extremely flexible api. You can mix and match three different styles: bind-api, any-api or iterator-api. Checkout your [api choices](/api.html)
12
12
* Unique iterator api can iterate through JSON directly, zero memory allocation! See how [iterator](/api.html#iterator-api) works
13
-
* Every steps of the data binding process can be customized, checkout extension guide for [java](/java-extension.html) and [go](/go-extension.html) version
13
+
* Every step of the data binding process can be customized, checkout extension guide for [java](/java-extension.html) and [go](/go-extension.html) version
0 commit comments