Created
December 10, 2015 09:59
-
-
Save tyoshikawa1106/2e6dd6cf9cad9fc3ba3a to your computer and use it in GitHub Desktop.
ApexとObject型
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
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