Last active
February 20, 2018 20:34
-
-
Save madorb/1e9ff065832aca986c8f3dd0a79a5bbe to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"number": 1, | |
"size": 2, | |
"sort": [ | |
{ | |
"direction": "asc", | |
"property": "firstname" | |
}, | |
{ | |
"direction": "lastname", | |
"property": "desc" | |
} | |
], | |
"totalElements": 1000, | |
"totalPages": 500, | |
"first": false, | |
"last": false, | |
"ids": [ | |
202, | |
200 | |
], | |
"index": { | |
"200": { | |
"id": 200, | |
"firstName": "Bob", | |
"lastName": "Jones" | |
}, | |
"202": { | |
"id": 202, | |
"firstName": "Bob", | |
"lastName": "Smith" | |
} | |
}, | |
"numberOfElements": 2 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment