Last active
August 29, 2015 14:08
-
-
Save shashisp/3884a4f74840ece94836 to your computer and use it in GitHub Desktop.
test.json
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
{ | |
"objects": [ | |
{ | |
"resource_uri": "#", | |
"id": 2, | |
"name": "Software", | |
"slug": "software" | |
}, | |
{ | |
"resource_uri": "#", | |
"id": 1, | |
"name": "Product Manager", | |
"slug": "product-manager" | |
}, | |
{ | |
"resource_uri": "#", | |
"id": 3, | |
"name": "QA and Testing", | |
"slug": "qa-and-testing" | |
}, | |
{ | |
"resource_uri": "#", | |
"id": 4, | |
"name": "UX/UI Designer", | |
"slug": "ux-ui-designer" | |
}, | |
{ | |
"resource_uri": "#", | |
"id": 5, | |
"name": "Data Science", | |
"slug": "data-science" | |
}, | |
{ | |
"resource_uri": "#", | |
"id": 6, | |
"name": "Sales Finance", | |
"slug": "sales-finance" | |
}, | |
{ | |
"resource_uri": "#", | |
"id": 7, | |
"name": "Systems Administration", | |
"slug": "systems-administration" | |
}, | |
{ | |
"resource_uri": "#", | |
"id": 8, | |
"name": "Other", | |
"slug": "other" | |
} | |
], | |
"meta": { | |
"total_count": 8, | |
"previous": null, | |
"limit": 1000, | |
"offset": 0, | |
"next": null | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment