Create JObject
The Create JObject component is used to create a JObject, which is a representation of a JSON object, from a string input.
Parameters
JObject String : Insert the string representation of the JObject. This parameter has a type of String. Type : String.
Result : Returns the created JObject. This parameter has a type of JObject. Type: JObject.
Usage
To use the Create JObject component in your workflow, follow these steps:
Drag and drop the Create JObject component into your sequence or workflow.
Configure the component by providing the necessary input:
Enter the string representation of the JObject in the JObject String parameter. Make sure the string is formatted as a valid JSON object.
Continue building your sequence or workflow by adding other components or actions that require the JObject created by the Create JObject component.
Use the JObject created by the Create JObject component in subsequent components to perform operations or manipulations on the JSON data.
Access the created JObject by referencing the Result output parameter of the Create JObject component.
By utilizing the Create JObject component, you can easily create JObject objects based on string representations of JSON objects, enabling you to work with and manipulate JSON data within your workflow or application.