JsonUtils — JSON Escape & Unescape for OutSystems ODC
A lightweight External Library that solves a common ODC problem: there is no native way to safely embed a JSON string as a value inside another JSON. When you inject raw JSON — such as Excel row data, API responses, or dynamic query payloads — into an outer JSON body, unescaped quotes and control characters break the structure and cause Invalid control character decode errors.
Invalid control character
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)