Use the SerializeObject component

  • Release version: Washingtondc
  • Updated February 1, 2024
  • 1 minute to read
  • Convert a JSON object to a string by using the SerializeObject component in RPA Desktop Design Studio.

    Before you begin

    Role required: none

    About this task

    To configure the properties for the SerializeObject component, see Properties of the JSON utilities.

    Procedure

    1. In the Toolbox pane, navigate to Utilities > JSON.
    2. Drag the SerializeObject component to the Design surface.
    3. To configure the input fields, see Configure port properties.
    4. Optional: Connect the data and control ports of the SerializeObject component to the corresponding ports of the other components as described in the following table.
      Port type Port name Data type Purpose of connection Default value Mandatory?
      Data In ObjData Object Takes a JSON object. No default value Yes
      Data Out Return String Returns the string. Not applicable Not applicable
    5. Optional: To test the component, right-click the component bar and then click Run From Here.

    Convert employee data from JSON object format to string

    Convert JSON object to string.

    In this example, a JSON object contains the name, date of joining, and the salary of an employee. The JSON object is created by using the SetProperties component. To convert the JSON object to string, we use the SerializeObject component. After you run the automation, point the mouse device over the Return Data Out port of the SerializeObject component. The component displays the data as a string.