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
AmitSahuAmitSahu 

JSON Parsing...

Hi Guys,

 

Please can any one parse the JSON returned from http://api.crunchbase.com/v/1/company/google.js .

 

I need to get the list of products from this result.

 

Thanks in advance....

Best Answer chosen by Admin (Salesforce Developers) 
AmitSahuAmitSahu

Thanks Jiten for the link...

 

I was missing one loop condition for which I was not able to parse the JSON properly. I did it now and looks like it's working now.

 

Thanks again...

All Answers

JitendraJitendra

Hi,

 

I think below article can help you generating the class defination for the equivalent JSON.

 

http://shivasoft.in/blog/salesforce/json-output-in-visualforce/

AmitSahuAmitSahu

Thanks Jiten for the link...

 

I was missing one loop condition for which I was not able to parse the JSON properly. I did it now and looks like it's working now.

 

Thanks again...

This was selected as the best answer