Advertisement
Guest User

Pedido.json

a guest
Jul 23rd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.47 KB | None | 0 0
  1. {
  2.     "id": 1234,
  3.     "cliente": {
  4.         "id": 24,
  5.         "nome": "Guilherme Haynes Howe"
  6.     },
  7.     "itens": [
  8.         {
  9.             "id": 1,
  10.             "descricao": "Cerveja Brahma Litrão",
  11.             "qtd": 6
  12.         },
  13.         {
  14.             "id": 2,
  15.             "descricao": "Mendorato 500g",
  16.             "qtd": 2
  17.         },
  18.         {
  19.             "id": 3,
  20.             "descricao": "Paçoquita caixa com 24",
  21.             "qtd": 12
  22.         }
  23.     ]
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement