|
3 | 3 | APIJSON
|
4 | 4 | </h1>
|
5 | 5 |
|
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> |
7 | 7 |
|
8 | 8 |
|
9 | 9 | <p align="center" >
|
|
25 | 25 | <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>
|
26 | 26 | </p>
|
27 | 27 | <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 </a> |
| 29 | + <a href="http://i.youku.com/apijson">Video </a> |
31 | 30 | <a href="http://apijson.org">Test</a>
|
32 | 31 | </p>
|
33 | 32 |
|
|
64 | 63 |
|
65 | 64 | ## <h2 id="1">1.About<h2/>
|
66 | 65 |
|
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. |
68 | 67 |
|
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: |
76 | 69 |
|
| 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 /> |
77 | 73 |
|
| 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. |
78 | 77 |
|
79 | 78 | <br />
|
80 | 79 |
|
|
0 commit comments