Skip to content

Commit 0a3e6c3

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

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
@@ -14,14 +14,14 @@ A Functional JSON Format Protocal.</p>
1414
&nbsp; &nbsp; &nbsp; &nbsp; },<br />
1515
&nbsp; &nbsp; &nbsp; &nbsp; &quot;work&quot;: {<br />
1616
&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 />
17-
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
17+
&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 />
2020
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;count&quot;: 3,<br />
2121
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;Comment&quot;: {<br />
2222
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;workId&quot;: &ldquo;[]/Work/id&rdquo; &nbsp;//full rely path<br />
2323
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}<br />
24-
&nbsp; &nbsp; &nbsp; &nbsp; },<br />
24+
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
2525
&nbsp; &nbsp; }<br />
2626
}</p>
2727

0 commit comments

Comments
 (0)