File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,13 +140,13 @@ Request:
140140 "content$":"%a%" //filter condition: content contains 'a'
141141 },
142142 "User":{
143- "id@":"/Moment/userId", //User.id = Moment.userId, short referrence path,starts from grandparents path
143+ "id@":"/Moment/userId", //User.id = Moment.userId, short reference path,starts from grandparents path
144144 "@column":"id,name,head" //get specified keys with the written order
145145 },
146146 "Comment[]":{ //get a Comment array, and unwrap Comment object
147147 "count":2,
148148 "Comment":{
149- "momentId@":"[]/Moment/id" //Comment.momentId = Moment.id, full referrence path
149+ "momentId@":"[]/Moment/id" //Comment.momentId = Moment.id, full reference path
150150 }
151151 }
152152 }
You can’t perform that action at this time.
0 commit comments