Skip to content

Commit 0a677fe

Browse files
authored
Update README.md
1 parent 0a3e6c3 commit 0a677fe

1 file changed

Lines changed: 19 additions & 10 deletions

File tree

README.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# APIJSON
2-
A Functional JSON Format Protocal.</p>
2+
A Functional JSON Format Protocal.
33

4-
<p>You can set any JSON structure and your server will return a JSON String with the structure you had set like this:</p>
4+
You can set any JSON structure and your server will return a JSON String with the structure you had set like this:
55

6-
## Request:
7-
{<br />
8-
&nbsp; &nbsp; &quot;[]&quot;: { &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //request an array<br />
6+
## Request:
7+
{
8+
&nbsp; &nbsp; &quot;[]&quot;: { &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //request an array<br />
99
&nbsp; &nbsp; &nbsp; &nbsp; &quot;page&quot;: 1, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;//array condition<br />
1010
&nbsp; &nbsp; &nbsp; &nbsp; &quot;count&quot;: 2, &nbsp; &nbsp; &nbsp; &nbsp;<br />
1111
&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 />
1212
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;range&quot;: 1, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //object condition<br />
1313
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;sex&quot;: 0 &nbsp; &nbsp; &nbsp;&nbsp;<br />
1414
&nbsp; &nbsp; &nbsp; &nbsp; },<br />
1515
&nbsp; &nbsp; &nbsp; &nbsp; &quot;work&quot;: {<br />
16-
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;userId&quot;: &ldquo;/User/id&rdquo; &nbsp;//rely path with default parent path,starts from the same level object's path<br />
16+
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;userId&quot;: &ldquo;/User/id&rdquo; &nbsp;//rely path with default parent path,starts from the same level object&#39;s path<br />
1717
&nbsp; &nbsp; &nbsp; &nbsp; },<br />
1818
&nbsp; &nbsp; &nbsp; &nbsp; &quot;Comment[]&quot;: { &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;//request an array named Comment<br />
1919
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;page&quot;: 0,<br />
@@ -25,8 +25,10 @@ A Functional JSON Format Protocal.</p>
2525
&nbsp; &nbsp; }<br />
2626
}</p>
2727

28-
## Response:
29-
{<br />
28+
<p>&nbsp;</p>
29+
30+
## Response:
31+
{
3032
&nbsp; &nbsp; &quot;[]&quot;:{<br />
3133
&nbsp; &nbsp; &nbsp; &nbsp; &quot;0&quot;:{<br />
3234
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;User&quot;:{<br />
@@ -141,5 +143,12 @@ A Functional JSON Format Protocal.</p>
141143
&nbsp; &nbsp; }<br />
142144
}</p>
143145

144-
<p>APIJSON, let interfaces go to hell!&nbsp;<br />
145-
&nbsp;</p>
146+
147+
## Welcome star, welcome fork
148+
[https://github.com/TommyLemon/APIJSON](https://github.com/TommyLemon/APIJSON)
149+
150+
## Download Client&nbsp;App
151+
152+
[ZBLibraryDemoApp.apk](http://files.cnblogs.com/files/tommylemon/ZBLibraryDemoApp.apk)
153+
154+
# APIJSON, let interfaces go to hell !

0 commit comments

Comments
 (0)