I'm not sure this is really APIC specific.
Make sure your backend API is returning a content type that says it is UTF8, and then JSON stringify should handle it correctly. e.g.
Content-type: application/json; charset=utf-8
------------------------------
Chris Dudley
------------------------------
Original Message:
Sent: Tue March 07, 2023 02:33 PM
From: Rahul Kumar
Subject: Json.Stringify not parsing the spanish json
Json.strinfy is not able to parse a json object to string whic contains specail spanish charater like "año"
how to convert the response from backend call to a string where the response is a json with spanish content with English it works fine
------------------------------
Rahul Kumar
------------------------------