Skip to content

Commit ce4e9fa

Browse files
committed
tweak
1 parent cf0d6c8 commit ce4e9fa

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

index.cn.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ <h3>
3838
Json iterator 总是给你最好的性能
3939
<ul>
4040
<li>
41-
它可以把数据绑定到 class/struct 上,但是可以比普通的库快10倍 (这里是 <a href="/benchmark.html">性能评测</a>)
41+
把 json 数据绑定到 class/struct 上,但是比普通的库快10倍 (这里是 <a href="/benchmark.html">性能评测</a>)
4242
</li>
4343
<li>
44-
独特的 iterator api 让你可以用流的的方式直接读取JSON (来看看 <a href="/streaming.html">流式解析</a> 的魅力吧)
44+
独特的 iterator api 让你可以用流的方式直接读取JSON (来看看 <a href="/streaming.html">流式解析</a> 的魅力吧)
4545
</li>
4646
<li>
47-
bind api 和 iterator api 可以无缝集成 (这里是 <a href="/integration.html">集成方式</a>)
47+
bind api 和 iterator api 无缝集成 (灵活的 <a href="/integration.html">集成方式</a>)
4848
</li>
4949
</ul>
50-
而且同时提供 Java 和 Go 两个版本,api相同性能都很棒哦
50+
同时提供 Java 和 Go 两个版本,api 相同而且性能都很棒哦
5151
</p>
5252

5353
<h3>

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ <h3>
3838
Json iterator is a novel JSON parsing library with best performance
3939
<ul>
4040
<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>)
4242
</li>
4343
<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)
4545
</li>
4646
<li>
4747
Mix bind api and iterator api seamlessly (see <a href="/integration.html">integration</a>)
4848
</li>
4949
</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.
5151
</p>
5252

5353
<h3>

0 commit comments

Comments
 (0)