Skip to content

Instantly share code, notes, and snippets.

@idleworx
Created October 30, 2014 00:50
Show Gist options
  • Save idleworx/57806eba24b6bbce30a6 to your computer and use it in GitHub Desktop.
Save idleworx/57806eba24b6bbce30a6 to your computer and use it in GitHub Desktop.
{
"fields": {
"link": {
"description": "Link",
"name": "link",
"order": 1,
"value": "http://www.google.com"
},
"name": {
"description": "Name",
"name": "name",
"order": 2,
"value": "Google Homepage"
},
"notes": {
"description": "Notes",
"name": "notes",
"order": 4,
"value": "Notes about google"
},
"price": {
"description": "Price",
"name": "price",
"order": 3,
"value": "100"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment