Category Archives: Apex

How to Convert JSON Data to List Class in Salesforce

Problem   Need to format JSON response and display the response values in PageBlockTable in visualforce page. JSON String [     {         “label”: “Winter ’11”,         “url”: “/services/data/v20.0”,         “version”: “20.0”     },     {     … Continue reading

Posted in Apex | Leave a comment