You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
APIJSON is a JSON Transmission Structure Protocal.
6
6
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!
0 commit comments