File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 38
38
Json iterator 总是给你最好的性能
39
39
< ul >
40
40
< li >
41
- 它可以把数据绑定到 class/struct 上,但是可以比普通的库快10倍 (这里是 < a href ="/benchmark.html "> 性能评测</ a > )
41
+ 把 json 数据绑定到 class/struct 上,但是比普通的库快10倍 (这里是 < a href ="/benchmark.html "> 性能评测</ a > )
42
42
</ li >
43
43
< li >
44
- 独特的 iterator api 让你可以用流的的方式直接读取JSON (来看看 < a href ="/streaming.html "> 流式解析</ a > 的魅力吧)
44
+ 独特的 iterator api 让你可以用流的方式直接读取JSON (来看看 < a href ="/streaming.html "> 流式解析</ a > 的魅力吧)
45
45
</ li >
46
46
< li >
47
- bind api 和 iterator api 可以无缝集成 (这里是 < a href ="/integration.html "> 集成方式</ a > )
47
+ bind api 和 iterator api 无缝集成 (灵活的 < a href ="/integration.html "> 集成方式</ a > )
48
48
</ li >
49
49
</ ul >
50
- 而且同时提供 Java 和 Go 两个版本,api相同性能都很棒哦 。
50
+ 同时提供 Java 和 Go 两个版本,api 相同而且性能都很棒哦 。
51
51
</ p >
52
52
53
53
< h3 >
Original file line number Diff line number Diff line change 38
38
Json iterator is a novel JSON parsing library with best performance
39
39
< ul >
40
40
< li >
41
- It can bind data to your class/struct, just 10x faster (see < a href ="/benchmark.html "> benchmark</ a > )
41
+ Bind JSON data to your class/struct, but 10x faster (see < a href ="/benchmark.html "> benchmark</ a > )
42
42
</ li >
43
43
< li >
44
- Unique iterator api allows you work with JSON directly in a streaming way (how < a href ="/streaming.html "> streaming</ a > works)
44
+ Unique iterator api to work with JSON directly in a streaming way (how < a href ="/streaming.html "> streaming</ a > works)
45
45
</ li >
46
46
< li >
47
47
Mix bind api and iterator api seamlessly (see < a href ="/integration.html "> integration</ a > )
48
48
</ li >
49
49
</ ul >
50
- Also, it is has both Java and Go version with same api and performance.
50
+ Both Java and Go version available, with exactly same api and equally best performance.
51
51
</ p >
52
52
53
53
< h3 >
You can’t perform that action at this time.
0 commit comments