Skip to content

Instantly share code, notes, and snippets.

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