11# APIJSON
2+
23A Functional JSON Format Protocal.
34
4- You can set any JSON structure and your server will return a JSON String with the structure you had set like this:
5+ You can set any JSON structure and your server will return a JSON String with the structure you had set like this:
56
67## Request:
78{<br />
@@ -25,8 +26,6 @@ You can set any JSON structure and your server will return a JSON String with th
2526  ;   ; }<br />
2627}</p >
2728
28- <p >  ; </p >
29-
3029## Response:
3130{<br />
3231  ;   ; " ; [ ] " ; :{<br />
@@ -144,8 +143,34 @@ You can set any JSON structure and your server will return a JSON String with th
144143}</p >
145144
146145
146+ ## Usage
147+
148+ ### 1.Download and Unzip APIJSON project
149+
150+ Clone or download > Download ZIP > Unzip to a path and remember it.
151+
152+ ### 2.Import MySQL table files
153+
154+ Start MySQLWorkbench > Enter a connection > Click Server menu > Data Import > Select download path</p >
155+
156+ of APIJSON-Master/table > Start Import > refresh SCHEMAS, and you'll see the tables were already added.</p >
157+
158+ ### 3.Run Server project with IntellIJ IDEA
159+
160+ If you don't have installed it, please download and install before run.
161+
162+ ### 4.Run Client project with ADT or Android Studio
163+
164+ If you don't have installed any editor above, please download and install before run.
165+
166+ ### 5.Operate Client app
167+
168+ Select a json request to send to server and wait. It will show the result received.
169+
170+
147171## Welcome star, welcome fork
148- [ https://github.com/TommyLemon/APIJSON ] ( https://github.com/TommyLemon/APIJSON )
172+
173+ [ https://github.com/TommyLemon/APIJSON ] ( https://github.com/TommyLemon/APIJSON )
149174
150175## Download Client  ; App
151176
0 commit comments