Skip to content

Instantly share code, notes, and snippets.

@madorb
Last active February 20, 2018 20:34
Show Gist options
  • Save madorb/1e9ff065832aca986c8f3dd0a79a5bbe to your computer and use it in GitHub Desktop.
Save madorb/1e9ff065832aca986c8f3dd0a79a5bbe to your computer and use it in GitHub Desktop.
{
"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