|
Great articles.
You mentions CGIDEV2 as an alternative to write the REST service and I'm
not saying that it can't be done, but it has no "native" JSON support such
as node and data encoding support.
There is however two other FREE utilities:
JSON Utilities by Mihael Schmidt
http://rpgnextgen.com/index.php?content=json
or
powerEXT Core (that is build on top of CGIDEV2 by me:
http://powerext.com
An important thing is that JSON only supports UTF-8 so
any character greater that ASCII x'7F' has to be properly
encoded.
Apache runs default with CCSID 819 and will need a
server directive such as
# UTF-8
DefaultNetCCSID 1208
to translate EBCDIC to UTF-8
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.