Created
          October 2, 2019 10:11 
        
      - 
      
- 
        Save olopsman/e65ef6dad7aa5d6558b1bd6fa1b2962d to your computer and use it in GitHub Desktop. 
    Apex JSON deserializeStrict
  
        
  
    
      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 input = '{"name":"paulo","age":42, "car" : {"model" : "outlander", "year" : "2016"}}'; | |
| Account a = (Account) JSON.deserializeStrict(input, Account.class); | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment