Last active
March 26, 2017 18:08
-
-
Save thatfiredev/84eae8d01c9a06aa4d2283bed19fceb3 to your computer and use it in GitHub Desktop.
Utilizado no artigo. https://medium.com/@rosariopfernandes/fcf-mantain-c95c520089d9
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
| "msgs":{ | |
| "id123":{ | |
| "texto":"Olá Rosário", | |
| }, | |
| "id456":{ | |
| "texto":"Viste a merda que aconteceu?", | |
| } | |
| } |
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
| "msgs":{ | |
| "id123":{ | |
| "texto":"Olá Rosário", | |
| "verificada":true, | |
| "censurada":false | |
| }, | |
| "id456":{ | |
| "texto":"Viste a ***** que aconteceu?", | |
| "verificada":true, | |
| "censurada":true | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment