Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

I want to convert json object camel case to pascal case which is receiving client

The json object in response I want to convert each field in pascal case and as a string I want the response.

Expected Response: { "projectList": [ { "projectKey": "160", "projectName": "North GF", "projectSecured": "N", "doorGroup": "2,3", "subsidyKey": "3" }

Actual Response: { "projectList": [ { "projectKey": 160, "projectname": "North GF", "projectsecured": "N", "doorgroup": "2,3", "subsidykey": "3" } ],

0 2 1,495
2 REPLIES 2