fork download
  1. System.debug(JSON.serialize(new List<DelegateGroupMember>{
  2. new DelegateGroupMember(){DelegateGroupId='123',UserOrGroupId='12321'},
  3. new DelegateGroupMember(){DelegateGroupId='1231',UserOrGroupId='1123'}
  4. }
  5. )
  6. );
  7.  
Success #stdin #stdout #stderr 0.02s 9420KB
stdin
Standard input is empty
stdout
Object: nil error: did not understand #associationAt:ifAbsent:
MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254)
UndefinedObject(Object)>>doesNotUnderstand: #associationAt:ifAbsent: (SysExcept.st:1448)
DeferredVariableBinding>>resolvePathFrom: (DeferBinding.st:115)
DeferredVariableBinding>>value (DeferBinding.st:69)
UndefinedObject>>executeStatements (prog:1)
stderr
./prog:1: parse error, expected ')'