Navigation: Activities > JSON
JSON to text
Use the JSON to Text activity to format a JSONValue to a string
uses System.JSON.TJSONValue
Activity properties
begin
var JSONText: string;
JSONText := JSON.Format;
end;
Resulting Code