Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle APEX REST webservices: how do we handle the camelcase in json. currently json is all lowercas

RINESH L.Jun 29 2018 — edited Jul 2 2018

how do we handle the camel case in json. Currently json is all lowercase?


So currently if we did:

select 'TodayIsMonday' from dual we get json output as : {"todayismonday": "TodayisMonday"}

But we would like the following: {"TodayIsMonday": "TodayisMonday"}

How can this be achieved?

Thank you.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 30 2018
Added on Jun 29 2018
10 comments
810 views