You need to sign in to do that
Don't have an account?

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/
You need to sign in to do that
Don't have an account?
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/
Hi,
use this tool :
http://jsongen.byingtondesign.com/
POJO in java is same as Apex class when the package name is blank.