Skip to content

Commit 7174a6f

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Functional JSON Format Protocal.
44
You can set any JSON structure and your server will return a JSON String with the structure you had set like this:
55

66
## Request:
7-
{
7+
{<br />
88
&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 />
@@ -28,7 +28,7 @@ You can set any JSON structure and your server will return a JSON String with th
2828
<p>&nbsp;</p>
2929

3030
## Response:
31-
{
31+
{<br />
3232
&nbsp; &nbsp; &quot;[]&quot;:{<br />
3333
&nbsp; &nbsp; &nbsp; &nbsp; &quot;0&quot;:{<br />
3434
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;User&quot;:{<br />

0 commit comments

Comments
 (0)