Created
July 24, 2015 01:40
-
-
Save ClaudioHenrique/418b410e2caeb5f0570e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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