Update README.md
This commit is contained in:
parent
3c2e94548b
commit
0a3e6c383b
@ -14,14 +14,14 @@ A Functional JSON Format Protocal.</p>
|
|||||||
},<br />
|
},<br />
|
||||||
"work": {<br />
|
"work": {<br />
|
||||||
"userId": “/User/id” //rely path with default parent path,starts from the same level object's path<br />
|
"userId": “/User/id” //rely path with default parent path,starts from the same level object's path<br />
|
||||||
}<br />
|
},<br />
|
||||||
"Comment[]": { //request an array named Comment<br />
|
"Comment[]": { //request an array named Comment<br />
|
||||||
"page": 0,<br />
|
"page": 0,<br />
|
||||||
"count": 3,<br />
|
"count": 3,<br />
|
||||||
"Comment": {<br />
|
"Comment": {<br />
|
||||||
"workId": “[]/Work/id” //full rely path<br />
|
"workId": “[]/Work/id” //full rely path<br />
|
||||||
}<br />
|
}<br />
|
||||||
},<br />
|
}<br />
|
||||||
}<br />
|
}<br />
|
||||||
}</p>
|
}</p>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user