Skip to content

Instantly share code, notes, and snippets.

@idleworx
Created October 30, 2014 01:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save idleworx/9f843c5a770483faa566 to your computer and use it in GitHub Desktop.
Save idleworx/9f843c5a770483faa566 to your computer and use it in GitHub Desktop.
//ordered fields for a single item, uses later in sorting table columns
[
{
"description": "Link",
"name": "link",
"order": 1,
"value": "http://www.google.com"
},
{
"description": "Name",
"name": "name",
"order": 2,
"value": "Google Homepage"
},
{
"description": "Price",
"name": "price",
"order": 3,
"value": "100"
},
{
"description": "Notes",
"name": "notes",
"order": 4,
"value": "Notes about google"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment