Skip to content

Instantly share code, notes, and snippets.

@mickle00
Created December 8, 2012 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mickle00/4242074 to your computer and use it in GitHub Desktop.
Save mickle00/4242074 to your computer and use it in GitHub Desktop.
Contact c = new Contact();
c.LastName = NULL;
system.debug(JSON.serializePretty(c));
/**
OUTPUT:
13:32:20.047 (47447000)|USER_DEBUG|[12]|DEBUG|{
"attributes" : {
"type" : "Contact"
},
"LastName" : null
}
**/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment