I got the record list in one variable List<sObject> result = "My result"; based on this result I want a JSON like below. { "Test1": 12, "Test2": ...
確定! 回上一頁