Insert records through JSON

Insert records through JSON

Hi

I just started using ZOHO CRM API.
It is mentioned in the API that records can be inserted into ZOHO CRM module using the below url in xml format

https://crm.zoho.com/crm/private/xml/Leads/insertRecords?authtoken=AuthToken&scope=crmapi&xmlData=Your XML Data

But I want to insert records through JSON format and I am using Java.
Can anyone tell me how can I achieve this?

Is this possible

Thanks in advance...