Re: Help receiving JSON into CGI program
Jon Paris <[email protected]>
| Newsgroups | gmane.comp.systems.as400.web |
|---|---|
| Message-ID | <[email protected]> |
And if Brad's stuff isn't enough then I have bunch of JSON stuff here: https://authory.com/JonParisAndSusanGantner?collection=JSON <https://authory.com/JonParisAndSusanGantner?collection=JSON> Jon P. > On Apr 11, 2022, at 5:40 PM, Brad Stone <[email protected]> wrote: > > The data should be decoded when read in using YAJL. > > Here a link to a series I did a while back: > > https://www.fieldexit.com/forum/display?threadid=197 > > On Mon, Apr 11, 2022 at 3:56 PM Alvin Strasburger <[email protected]> > wrote: > >> We have been providing some web services by receiving simple not encoded >> comma delimited lists in CGI programs and responding with Scott Klement's >> version of YAJL. This has been working well for us for several years. >> >> >> >> Now we need to do a few more complicated things including receiving names >> and addresses with spaces and punctuation. We found in testing that these >> fields come to our RPG program encoded. We thought that if the data was >> sent >> as a JSON payload that we could then process it. However, we don't really >> understand how to get the decoded JSON payload from the web to our RPG >> program We have done significant research, but are not really web >> programmers. Can someone offer us a solution or maybe share a configuration >> and/or a program where a JSON payload is successfully passed to RPG from >> CGI? >> >> >> >> Thanks, >> >> Alvin >> >> Alvin Strasburger >> >> Printgear Sportswear >> >> Phone 803-744-2310 >> >> Toll Free 800-763-7763 >> >> <mailto:[email protected]> mailto:[email protected] >> >> <http://www.printgear.com/> www.printgear.com >> >> >> >> >> >> -- >> 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. >> >> > -- > 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. > -- 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.