Created
November 10, 2015 23:36
-
-
Save diogomachado/5e38d8bd0ec5eee956d4 to your computer and use it in GitHub Desktop.
Exemplo de como pensei para JSON de saída
This file contains hidden or 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
{ | |
"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