function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
YashavantYashavant 

Parse : JSON array in APEX class

Hi,
I am getting JSON array as a response from webservice call and i want to parse that response in apex class.

Any pointer on this will be helpful.

Thanks
Yash

Best Answer chosen by Admin (Salesforce Developers) 
aalbertaalbert
There is an open-sourced Apex JSON Parser on Code Share (http://developer.force.com/codeshare/apex/ProjectPage?id=a0630000002ahp4AAA)

All Answers

aalbertaalbert
There is an open-sourced Apex JSON Parser on Code Share (http://developer.force.com/codeshare/apex/ProjectPage?id=a0630000002ahp4AAA)

This was selected as the best answer
YashavantYashavant
Thank you very much. Any example on this will be helpful.

Yash
prb112075prb112075

developer.force.com/releases/release/Winter12/JSON+Support+in+Apex