Reg: JSON Field Name modification in HTTPD Configuration File

Suren K <[email protected]> Mon, 23 Dec 2024 12:07:54 -0500
Newsgroups gmane.comp.systems.as400.web
Message-ID <CAHZ5qtjLNonphai5ptBXUacQUMct0U=d67OEf8dsm-MK6XxvyA@mail.gmail.com>
Hi All,

I use an HTTP Server on IBMi with a CGI call method to handle my web
services. Typically, the JSON response data is generated in an RPG program
and uploaded to the Standard Output location. The CGI method then retrieves
this JSON data from Standard Output and sends it as a response to the
external client.

Currently, I have a requirement to modify the field names in the JSON
response. For example:
Original data:
{
"firstName": "John",
"lastName": "Doe"
}

Modified Data:
{
"customerFirstName": "John",
"customerCLastName": "Doe"
}

The goal is to change the field name "firstName" to "customerFirstName" and
"lastName" to "customerLastName".


Is there a way to achieve this by adding some configuration to the HTTPD
file, or is modifying the RPG code the only viable solution?

I’d greatly appreciate any advice or suggestions on this.
Regards,
Suren
-- 
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing list
To post a message email: [email protected]
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/web400
or email: [email protected]
Before posting, please take a moment to review the archives
at https://archive.midrange.com/web400.