Skip to content

Instantly share code, notes, and snippets.

@bernardoVale
Created July 27, 2014 00:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bernardoVale/082558d74bd45ee4bce6 to your computer and use it in GitHub Desktop.
Save bernardoVale/082558d74bd45ee4bce6 to your computer and use it in GitHub Desktop.
{
"id" : 123123123123,
"cliente" : {
"nome" : "João Batista",
"cpf" : 09359089605,
"endereco_entrega" : {
"rua" : "Av Parana 35",
"cidade" : "Londrina"
}
},
"itens_pedido" : [
{"product_id" : 1234, "quantidade" : 5},
{"product_id" : 2234, "quantidade" : 10},
{"product_id" : 4412, "quantidade" : 7}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment