× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Thanks Scott and Jon for your explanation.

My JSON string was sent to a third party, they processed it and returned a
JSON response with an error message saying the transaction could not be
processed.

I looked at their response JSON string, and it did not have the escape
characters, so I reached the (erroneous) conclusion that I was doing
something wrong.

I used the online JSON parser, and it was able to parse MY string (with
escape characters) correctly, whereas it gave an error on the third-party
string (without escape characters).

I will follow up with my third-party.

Vinay.

On Tue, Sep 26, 2023 at 6:53 PM Jon Paris <jon.paris@xxxxxxxxxxxxxx> wrote:

Well, they are not "instead of" your strings - they appear to be the
UTF-16 encoding of your strings. Need to see your data definitions and the
invocation of DATA-GEN etc.


Jon P.

On Sep 26, 2023, at 5:33 PM, Vinay Gavankar <vinaygav@xxxxxxxxx> wrote:

Hi,

I am using YAJLDTAGEN generator to generate JSON string in RPG.

My data has some control characters like x'1C', x'1D' and x'1E' embedded
within other printable characters.

The final JSON string has some other characters instead of my control
characters.

x'1C' is converted to '\u001C' (hex equivalent x'E0A4F0F0F1C3').
x'1E' is converted to '\u001E' (hex equivalent x'E0A4F0F0F1C5').

Is there any way this can be avoided? I want my data to be unchanged in
the
JSON string.

TIA
Vinay
--
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/rpg400-l.

Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription
related questions.


--
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/rpg400-l.

Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.