Skip to content

Instantly share code, notes, and snippets.

@tyoshikawa1106
Created December 10, 2015 09:59
Show Gist options
  • Save tyoshikawa1106/2e6dd6cf9cad9fc3ba3a to your computer and use it in GitHub Desktop.
Save tyoshikawa1106/2e6dd6cf9cad9fc3ba3a to your computer and use it in GitHub Desktop.
ApexとObject型
String myJson = '[' + '\"' + account.Id + '\"' + ']';
List<Object> jsonDelYomiIdList = (List<Object>) JSON.deserializeUntyped(myJson);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment