Skip to content

Instantly share code, notes, and snippets.

@3rn3st0
Created September 29, 2015 14:47
Show Gist options
  • Save 3rn3st0/7349a7712bb443a05e12 to your computer and use it in GitHub Desktop.
Save 3rn3st0/7349a7712bb443a05e12 to your computer and use it in GitHub Desktop.
EL BUENO
{
"lista": [],
"mapa": {}
}
EL MALO
{
"lista": null,
"mapa": null
}
EL FEO
{
"lista": "vacía",
"map": "llaves"
}
Simplifica tu código usando esta patrón. #PatronParaUnObjetoNull #JSON
Visto y traducido desde ---> https://twitter.com/robpenner/status/647800109514665984
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment