Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.60 KB | None | 0 0
  1. {
  2.     "status": "TOKEN ATIVO",
  3.     "liberado": true,
  4.     "url": "http://minhaurlurl.com.br/ATA",
  5.     "recursos": [
  6.     {
  7.     "id": "001",
  8.     "nome": "RELAT",
  9.     "recursos": [
  10.     {
  11.     "id": "002",
  12.     "nome": "VEN. PE"
  13.     },
  14.     {
  15.     "id": "003",
  16.     "nome": "CUR ABC"
  17.     }
  18.     ]
  19.     },
  20.     {
  21.     "id": "004",
  22.     "nome": "FVENDA"
  23.     },
  24.     {
  25.     "id": "005",
  26.     "nome": "INVENT"
  27.     },
  28.     {
  29.     "id": "006",
  30.     "nome": "CONF",
  31.     "recursos": [
  32.     {
  33.     "id": "007",
  34.     "nome": "ENTRA"
  35.     },
  36.     {
  37.     "id": "008",
  38.     "nome": "SAA"
  39.     }
  40.     ]
  41.     }
  42.     ]
  43.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement