Skip to content

Instantly share code, notes, and snippets.

@ClaudioHenrique
Created July 24, 2015 01:40
Show Gist options
  • Save ClaudioHenrique/418b410e2caeb5f0570e to your computer and use it in GitHub Desktop.
Save ClaudioHenrique/418b410e2caeb5f0570e to your computer and use it in GitHub Desktop.
{
"tipo_carroceria": [
{
"id": "1",
"tipo": "Carroceria 01"
},
{
"id": "2",
"tipo": "Carroceria 02"
}
],
"tipo_veiculo": [
{
"id": "1",
"tipo": "Tipo de Veiculo 01"
},
{
"id": "2",
"tipo": "Tipo de Veiculo 02"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment