Skip to content

Commit 870d747

Browse files
authoredJul 19, 2019
first update of Document-English.md
Get rid of typos. For the Introduction part, move some information to a separate part named Features in order to make it more clear and well-structured. 更正错别字。 讲Introduction部分拆开增加Features次标题,这样更加明了,有层次。
1 parent 13feeb2 commit 870d747

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed
 

‎Document-English.md

+11-12
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
APIJSON
44
</h1>
55

6-
<p align="center">🏆Gitee Most Valuable Project<br />🚀A JSON Transmission Protocol and an ORM Library for auto providing APIs and Documents.</p>
6+
<p align="center">🏆Gitee Most Valuable Project<br />🚀A JSON Transmission Protocol and an ORM Library for providing APIs and Documents automatically.</p>
77

88

99
<p align="center" >
@@ -25,9 +25,8 @@
2525
 <a href="https://github.com/TommyLemon/APIJSON/tree/master/APIJSON-JavaScript"><img src="https://img.shields.io/badge/JavaScript-ES6%2B-brightgreen.svg?style=flat"></a>
2626
</p>
2727
<p align="center" >
28-
<a href="https://github.com/TommyLemon/APIJSON">中文版</a>
29-
<a href="https://github.com/TommyLemon/APIJSON/blob/master/Document-English.md">Document</a>
30-
<a href="http://i.youku.com/apijson">Video</a>
28+
<a href="https://github.com/TommyLemon/APIJSON">Chinese&nbsp; </a>
29+
<a href="http://i.youku.com/apijson">Video&nbsp; </a>
3130
<a href="http://apijson.org">Test</a>
3231
</p>
3332

@@ -64,17 +63,17 @@
6463

6564
## <h2 id="1">1.About<h2/>
6665

67-
APIJSON is a JSON Transmission Structure Protocol.
66+
APIJSON is a JSON based application that largely simplify the process of back-end API development. It allows front-end users to get data with self-defined form.
6867

69-
You can set any JSON structure and request your server, and the server will response a JSON with the structure you had set.<br />
70-
You can get any data by requesting server just once. It's very convenient and flexible, and does not require a special api or multiple requests.<br />
71-
It provides CRUD(read and write), Fuzzy Search, Remote Function Calls, Rights Management and so on. And you can save duplicate data and improve transmission speed as well!<br />
72-
73-
Now you can realize JSON Transmissions without any api or document anymore!<br />
74-
Client developers will no longer be suffered from various error in documents, and don't have to communicate with server developers about apis or documents anymore!<br />
75-
And server developers no longer have to write new apis and documents for compatibility with legacy apps! And they will no longer be endlessly disturbed by client developers at any time!
68+
### Features:
7669

70+
You can set any JSON structure and send a request to your server, and the server will respond JSON codes with the structure you just set.<br />
71+
You can get different types of data by making just one request to the server. It's very convenient and flexible, and dosen't require different APIs with multiple requests.<br />
72+
It provides CRUD(read and write), Fuzzy Search, Remote Function Calls,etc. You can save duplicate data and improve data transmission speed as well!<br />
7773

74+
APIJSON enables server developers to realize JSON transmissions without most api design or document writing anymore!<br />
75+
Client developers will no longer be suffered from various errors in documents, and don't have to communicate with server developers about APIs or documents anymore!<br />
76+
Server developers no longer need to worry about compatibility of APIs and documents with legacy apps! APIJSON thus helps developers reducing time in developing APIs.
7877

7978
<br />
8079

0 commit comments

Comments
 (0)
Please sign in to comment.