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
InternalServerErrorInternalServerError 

Any tool to generate classes from JSON

Is there any tool similar to  generate classes from a json string in Apex?

 

I am looking something similar to this

 

http://jsonclassgenerator.codeplex.com/

 

 

Best Answer chosen by Admin (Salesforce Developers) 
JitendraJitendra

Hi,

use this tool :

 

http://jsongen.byingtondesign.com/

 

POJO in java is same as Apex class when the package name is blank.