Hello guys,

I have a procedure that converts a JSON String into an Object. This has been working just great for years and I don't have a problem with that. NOW, I want build exactly the opposite. I want to build a JSON String out of personalized Object created from a class.

Is there a way to do it? Do you guys have a sample that can show me?

Appreciate your help,