Last active
February 20, 2018 20:33
-
-
Save madorb/8888534a616e0f1f397648e30c22e1b5 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, | |
"indexed": false, | |
"content": [ | |
{ | |
"id": 202, | |
"firstName": "Bob", | |
"lastName": "Smith" | |
}, | |
{ | |
"id": 200, | |
"firstName": "Bob", | |
"lastName": "Jones" | |
} | |
], | |
"numberOfElements": 2 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment