Skip to content

Commit 9e67d7e

Browse files
authored
Update README.md
1 parent 2dd6edd commit 9e67d7e

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ A Functional JSON Structure Protocal.
44

55
You can set any JSON structure and your server will return a JSON String with the structure you had set like this:
66

7-
## Request:
7+
### Request:
88
{<br />
99
&nbsp; &nbsp; &quot;[]&quot;: { &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //request an array<br />
1010
&nbsp; &nbsp; &nbsp; &nbsp; &quot;page&quot;: 1, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;//array condition<br />
1111
&nbsp; &nbsp; &nbsp; &nbsp; &quot;count&quot;: 2, &nbsp; &nbsp; &nbsp; &nbsp;<br />
12-
&nbsp; &nbsp; &nbsp; &nbsp; &quot;User&quot;: { &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;//request an object form the table named User<br />
12+
&nbsp; &nbsp; &nbsp; &nbsp; &quot;User&quot;: { &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;//request an object from the table named User<br />
1313
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;sex&quot;: 0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //object condition<br />
1414
&nbsp; &nbsp; &nbsp; &nbsp; },<br />
1515
&nbsp; &nbsp; &nbsp; &nbsp; &quot;work&quot;: {<br />
@@ -25,7 +25,7 @@ You can set any JSON structure and your server will return a JSON String with th
2525
&nbsp; &nbsp; }<br />
2626
}</p>
2727

28-
## Response:
28+
### Response:
2929
{<br />
3030
&nbsp; &nbsp; &quot;[]&quot;:{<br />
3131
&nbsp; &nbsp; &nbsp; &nbsp; &quot;0&quot;:{<br />
@@ -148,35 +148,36 @@ You can set any JSON structure and your server will return a JSON String with th
148148

149149
## Usage
150150

151-
### 1.Download and Unzip APIJSON project
151+
### 1.Download and unzip APIJSON project
152152

153153
Clone or download > Download ZIP > Unzip to a path and remember it.
154154

155155
### 2.Import MySQL table files
156156

157-
Start MySQLWorkbench > Enter a connection > Click Server menu > Data Import > Select download path</p>
157+
Start MySQLWorkbench > Enter a connection > Click Server menu > Data Import > Select the path
158158

159-
of APIJSON-Master/table > Start Import > refresh SCHEMAS, and you'll see the tables were already added.</p>
159+
of APIJSON-Master/table > Start Import > Refresh SCHEMAS, and you'll see the tables were already added.
160160

161-
### 3.Run Server project with IntellIJ IDEA
161+
### 3.Run Server project with IntellIJ IDEA Ultimate
162162

163163
If you don't have installed it, please download and install before run.
164164

165165
### 4.Run Client project with ADT or Android Studio
166166

167-
If you don't have installed any editor above, please download and install before run.
167+
If you don't have installed any editor above, please download and install one before run.
168168

169169
### 5.Operate Client app
170170

171-
Select a json request to send to server and wait. It will show the result received.
171+
Select an APIJSON request to send to server and wait. It will show the result received.
172172

173173

174174
## Download Client App
175175

176176
[APIJSONClientApp.apk](http://files.cnblogs.com/files/tommylemon/APIJSON%28ADT%29.apk)
177-
If you haven't config your sever yet, you can use my ip address 192.168.1.107(The last number 7 may be reset to any one from 4 to 7 automatically). But it's not stable because of the interruption of power supply every night from 23:00 to 6:00. I'll boot my computer and MySQL if I remember. Good lock ^_^
178177

179-
### If you have any questions about APIJSON, you can send me an e-mail to tommylemon@qq.com.
178+
If you haven't config your Sever yet, you can use my IP address 192.168.1.107(The last number 7 may be reset to any one from 4 to 7 automatically). But it's not stable because of the interruption of power supply every night from 23:00 to 6:00. I'll boot my computer and start MySQL and APIJSON Server project if I remember. Good lock ^_^
179+
180+
### If you have any questions or suggestions about APIJSON, you can send me an e-mail to tommylemon@qq.com.
180181

181182

182183
## Welcome star, welcome fork

0 commit comments

Comments
 (0)