Topic by Pramod Vasudeva Murthy
Content
Hi Gurus,
My team is developing an application where we have to create some records on few events. At present everything is fine, but my problem is I have to build JSON data to develop request.
For some objects it is small for some more it is quite large because of custom fields and custom objects.
For now, I am using StringBuilder class to build request dynamically. Is there a way where we can smartly build them? Like using an internal/external library?
Thanks in advance,
Pramod V