Skip to content

Commit 93fe5a4

Browse files
authored
Update README.md
1 parent b0626e7 commit 93fe5a4

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22

33
[查看中文文档](https://github.com/TommyLemon/APIJSON/blob/master/README(%E4%B8%AD%E6%96%87).md)
44

5-
A JSON Transmission Structure Protocal.
5+
APIJSON is a JSON Transmission Structure Protocal.
66

7-
You can set any JSON structure and request your server, and the server will return a JSON String with the structure you had set like this:
7+
You can set any JSON structure and request your server, and the server will return a JSON String with the structure you had set.<br />
8+
You can get any data with any JSON structure by requesting server just once. It's convenient and flexible, and does not require a special interface or multiple requests.<br />
9+
And you can save duplicate data and improve transmission speed as well!<br />
10+
11+
Now you can realize JSON Transmissions without interface or doc anymore!<br />
12+
Client developers will no longer be suffered from various error in docs, and don't have to communicate with server developers about interfaces or docs anymore!<br />
13+
And server developers no longer have to write new interfaces and docs for compatibility with legacy apps! And they will no longer be endlessly disturbed by client developers at any time!
14+
15+
Here is an example:
816

917
### Request:
1018
{<br />

0 commit comments

Comments
 (0)