Skip to content

Instantly share code, notes, and snippets.

@shinesoftware
Created November 23, 2013 13:30
Show Gist options
  • Save shinesoftware/7614609 to your computer and use it in GitHub Desktop.
Save shinesoftware/7614609 to your computer and use it in GitHub Desktop.
Json test array
[{
customer_id: 'user1',
firstname: 'Jane',
lastname: 'Doe',
company: 'Apple'
}, {
customer_id: 'user2',
firstname: 'John',
lastname: 'Roberts',
company: 'Apple'
}, {
customer_id: 'user3',
firstname: 'Robert',
lastname: 'Donald',
company: 'Samsung'
}, {
customer_id: 'user5',
firstname: 'Spongebob',
lastname: 'Peters',
company: 'Microsoft'
}, {
customer_id: 'user6',
firstname: 'Simon',
lastname: 'LeBon',
company: 'Nokia'
}, {
customer_id: 'user7',
firstname: 'Laura',
lastname: 'Sardi',
company: 'Motorola'
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment