Created
November 14, 2016 13:22
-
-
Save rodrigooler/e07ed42d619b7f20d104432889dd288e to your computer and use it in GitHub Desktop.
JSON Map
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
| { | |
| "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