Skip to content

Instantly share code, notes, and snippets.

@msmollin
Created June 14, 2014 17:10
Show Gist options
  • Save msmollin/9a7bb881cc55d625dabd to your computer and use it in GitHub Desktop.
Save msmollin/9a7bb881cc55d625dabd to your computer and use it in GitHub Desktop.
[
{
"id":1,
"email":"m.smollinger@gmail.com",
"is_active":true,
"is_admin":true,
"profile":{
"profile":{
"id":1,
"first_name":"Matt",
"last_name":"Smollinger",
"screen_name":"ShadowMaster",
"notes":"He is a Rocker. He Rocks Out",
"phone_number":"484-899-0894",
"pizza_prefs":[
{
"label":"Pepperoni"
},
{
"label":"Sausage"
},
{
"label":"Moar Meat"
}
]
}
}
},
{
"id":2,
"email":"m.stanziano@gmail.com",
"is_active":true,
"is_admin":false,
"profile":{
"profile":{
"id":2,
"first_name":"Mike",
"last_name":"Stanziano",
"screen_name":"nomad00",
"notes":"It's good to be the king",
"phone_number":"123-456-7890",
"pizza_prefs":[
{
"label":"Sausage"
},
{
"label":"Moar Meat"
}
]
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment