Skip to content

Instantly share code, notes, and snippets.

@Sigmus
Created September 26, 2012 18:30
Show Gist options
  • Save Sigmus/3789693 to your computer and use it in GitHub Desktop.
Save Sigmus/3789693 to your computer and use it in GitHub Desktop.
Dados Etapas
{
   "data": {
       "estados": [
           {
               "nome": "São Paulo",
               "ts": "2012-10-10",
               "status": "E",
               "x": 50,
               "y": 70
           },
           {
               "nome": "Rio de Janeiro",
               "ts": "2012-11-10",
               "status": "A",
               "x": 50,
               "y": 70
           },
           {
               "nome": "Brasilia",
               "ts": "2012-11-25",
               "status": "A",
               "x": 50,
               "y": 70
           }
       ]
   },
   "result": {
       "message": null,
       "success": true
   }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment