Skip to content

Instantly share code, notes, and snippets.

@weeksdev
Created May 18, 2014 13:31
Show Gist options
  • Select an option

  • Save weeksdev/ed99d329affa33e7548e to your computer and use it in GitHub Desktop.

Select an option

Save weeksdev/ed99d329affa33e7548e to your computer and use it in GitHub Desktop.
Beatles Json
[
{
"firstName":"Paul",
"lastName":"McCartney",
"instrument":"Lead Vocalist"
},
{
"firstName":"John",
"lastName":"Lennon",
"instrument":"Guitar"
},
{
"firstName":"Ringo",
"lastName":"Starr",
"instrument":"Drums"
},
{
"firstName":"George",
"lastName":"Harrison",
"instrument":"Lead Guitar"
},
{
"firstName":"Pete",
"lastName":"Best",
"instrument":"Drums"
},
{
"firstName":"Stuart",
"lastName":"Sutcliffe",
"instrument":"Bass"
}
]
@namesphill
Copy link
Copy Markdown

nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment