Skip to content

Instantly share code, notes, and snippets.

@thatfiredev
Last active March 26, 2017 18:08
Show Gist options
  • Select an option

  • Save thatfiredev/84eae8d01c9a06aa4d2283bed19fceb3 to your computer and use it in GitHub Desktop.

Select an option

Save thatfiredev/84eae8d01c9a06aa4d2283bed19fceb3 to your computer and use it in GitHub Desktop.
"msgs":{
"id123":{
"texto":"Olá Rosário",
},
"id456":{
"texto":"Viste a merda que aconteceu?",
}
}
"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