We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9830f4d + 27a1cfc commit 3d2c6a0Copy full SHA for 3d2c6a0
Document-English.md
@@ -140,13 +140,13 @@ Request:
140
"content$":"%a%" //filter condition: content contains 'a'
141
},
142
"User":{
143
- "id@":"/Moment/userId", //User.id = Moment.userId, short referrence path,starts from grandparents path
+ "id@":"/Moment/userId", //User.id = Moment.userId, short reference path,starts from grandparents path
144
"@column":"id,name,head" //get specified keys with the written order
145
146
"Comment[]":{ //get a Comment array, and unwrap Comment object
147
"count":2,
148
"Comment":{
149
- "momentId@":"[]/Moment/id" //Comment.momentId = Moment.id, full referrence path
+ "momentId@":"[]/Moment/id" //Comment.momentId = Moment.id, full reference path
150
}
151
152
0 commit comments