Skip to content

Instantly share code, notes, and snippets.

@diogomachado
Created November 10, 2015 23:36
Show Gist options
  • Save diogomachado/5e38d8bd0ec5eee956d4 to your computer and use it in GitHub Desktop.
Save diogomachado/5e38d8bd0ec5eee956d4 to your computer and use it in GitHub Desktop.
Exemplo de como pensei para JSON de saída
{
"numero_bloco" : "1500",
"cliente_id" : "540",
"data_baixa" : "2015-08-12",
"motivo_id" : "2",
"romaneio" : "",
"chapas" : [
{
"numero":"1500001"
},
{
"numero":"1500002"
},
{
"numero":"1500003"
},
{
"numero":"1500004"
},
{
"numero":"1500005"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment