Skip to content

Commit a02b39f

Browse files
committed
update README
1 parent ddfbcf2 commit a02b39f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ jsoniter (json-iterator) is fast and flexible JSON parser available in [Java](ht
44

55
* Jsoniter is the fastest JSON parser. It could be up to 10x faster than normal parser, data binding included. Shameless self [benchmark](http://jsoniter.com/benchmark.html)
66
* Extremely flexible api. You can mix and match three different styles: bind-api, any-api or iterator-api. Checkout your [api choices](http://jsoniter.com/api.html)
7-
* Unique iterator api can iterate through JSON directly, zero memory allocation! See how [iterator](http://jsoniter.com/api.html#iterator-api) works
87

98
# Show off
109

@@ -61,7 +60,7 @@ Notice you can extract from nested data structure, and convert any type to the t
6160
<dependency>
6261
<groupId>com.jsoniter</groupId>
6362
<artifactId>jsoniter</artifactId>
64-
<version>0.9.2</version>
63+
<version>0.9.4</version>
6564
</dependency>
6665
```
6766

0 commit comments

Comments
 (0)