Login to follow
JsonUtils

JsonUtils (ODC)

Stable version 0.1.0 (Compatible with ODC)
Uploaded on 1 Mar by Fábio Vaz
JsonUtils

JsonUtils (ODC)

Details
Detailed Description

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.