This category allow users to create, manipulate, and process JSON data efficiently in automation workflows. These activities streamline the integration of JSON-based data with other automation components, improving efficiency in data processing.
The JSON category has the following sub activities:
JSON Creator: This activity returns a JObject that encodes a string object. It accepts a string in JSON format and can map variables or values to the respective nodes in the string.
InputProperties:
Options: Creates a string in JSON format. It allows you to map or assign values to the corresponding nodes in the string.
Output Properties:
JSONObject: The resulting JSON object that is stored in an object variable.
JSON Deserialize: This activity accepts a string in JSON format and converts it into a JSON Object.
InputProperties:
JSONString: The JSON string that you want to convert into an object.
Output Properties:
JSONObject: The resultant JSON object is stored in an Object variable.
JSON Serialize: This activity converts an input Object into a string in JSON format.
InputProperties:
Object: The JSON Object that you want to serialize.