Skip to content

Instantly share code, notes, and snippets.

@marufsiddiqui
Created June 5, 2013 12:12
Show Gist options
  • Save marufsiddiqui/5713462 to your computer and use it in GitHub Desktop.
Save marufsiddiqui/5713462 to your computer and use it in GitHub Desktop.
Sample JSON data for template
{
row:[{
id:1,
column: [{
id:1,
width: 100%,
height: 100%,
css_class: test
}]
},
{
id:2,
column: [{
id:1,
width: 25%,
height: 100%,
css_class: col1
},
{
id:2,
width: 75%,
height: 100%,
css_class: col2
}]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment