Skip to content

Instantly share code, notes, and snippets.

@faogustavo
Created March 28, 2016 13:31
Show Gist options
  • Save faogustavo/35fc875b5c22e4208df5 to your computer and use it in GitHub Desktop.
Save faogustavo/35fc875b5c22e4208df5 to your computer and use it in GitHub Desktop.
{
"data":[
{
"type":"all_types",
"id":"ID",
"attributes":{
"mBoolean":false,
"mChar":71,
"mDouble":15.256,
"mFloat":15.255999565124512,
"mInteger":20,
"mList":[
3,
7,
10,
12,
4,
14
],
"mLong":155558
},
"relationships":{
"professional":{
"data":{
"type":"professional",
"id":"15"
}
}
}
}
],
"included":[
{
"type":"professional",
"id":"15",
"attributes":{
"about":"About",
"activity_humanized":"Activity Humanized",
"city_id":1111,
"cnpj":"1231311231",
"created_at":"hoje",
"email":"email@teste.com",
"favorited":false,
"latitude":154.545654,
"longitude":151.45641,
"name":"Nome",
"negative_votes_count":0,
"phone":"phone",
"photo":"photo",
"positive_votes_count":0,
"updated_at":"hoje"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment