Skip to content

Instantly share code, notes, and snippets.

@rodrigooler
Created November 14, 2016 13:22
Show Gist options
  • Select an option

  • Save rodrigooler/e07ed42d619b7f20d104432889dd288e to your computer and use it in GitHub Desktop.

Select an option

Save rodrigooler/e07ed42d619b7f20d104432889dd288e to your computer and use it in GitHub Desktop.
JSON Map
{
"blocos": [
{
"row1": [
{
"id": "497",
"description": "01-01",
"active": "-1"
},
{
"id": "498",
"description": "02-01",
"active": "-1"
},
{
"id": "499",
"description": "03-01",
"active": "-1"
},
{
"id": "500",
"description": "04-01",
"active": "-1"
},
],
"row2": [
{
"id": "497",
"description": "01-02",
"active": "-1"
},
{
"id": "497",
"description": "02-02",
"active": "-1"
},
{
"id": "497",
"description": "03-02",
"active": "-1"
},
{
"id": "497",
"description": "04-02",
"active": "-1"
},
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment