Skip to content

Commit 9f2291e

Browse files
authoredJan 30, 2017
Update index.md
1 parent 2d63ccf commit 9f2291e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Jsoniter Golang version could be more than **6x** times faster than standard lib
1717

1818
For more complete report you can checkout the full [benchmark](/benchmark.html) with [in-depth optimization](/benchmark.html#optimization-used) to back the numbers up
1919

20-
# Cut the Crap!
20+
# Unique Experience
2121

2222
Jsoniter gets things done, as fast as possible. Most common use case is just one line:
2323

@@ -29,6 +29,8 @@ JsonStream.serialize(new int[]{1,2,3}); // from object to JSON
2929
JsonIterator.deserialize("[1,2,3]", int[].class); // from JSON to object, with class specified
3030
```
3131

32+
This is what a mediocre parser can do. Jsoniter is born from real-world anger to solve the impedance mismatch between JSON the Java language. To understand what kind of unique experience Jsoniter can provide, let's compare with existing parser api.
33+
3234
According to your past experience, you must know the following code will be very slow and cumbersome:
3335

3436
```java

0 commit comments

Comments
 (0)