JSON Serialization
  • 29 Jun 2023
  • 1 Minute to read
  • Dark
    Light

JSON Serialization

  • Dark
    Light

Article Summary

Step Details

Introduced in Version3.2.0
Last Modified in Version8.9.0
LocationData > JSON

The JSON Serialize step changes a data object into a JSON string via serialization. This step is best used to assist in utilizing modern REST web services to send or receive data. The object is chosen via the Type drop-down, where a user must pick the data type for the serialized object and the Object to Serialize input, where the user picks the specific object.




Properties

Parameters

PropertyDescriptionData Type
TypeThe data type that will be serialized can be a User Defined type or a default Decisions type.
---
Ignore Null
When enabled, any null values encountered in the data object will be ignored during serialization. Null properties will not be included in the resulting JSON string.
Boolean
Is ListChanges the input to expect a list.Boolean
IndentedApplies indenting format to the output data to enhance readability.Boolean

Inputs

PropertyDescriptionData Type
Object To SerializeThe input variable expects an object from the user-selected type.---

Outputs

PropertyDescriptionData Type
JsonSerialize1_Output
The default variable that stores the JSON serialized type.
String
Error Message
Output variable for the step error message
String

Related Information

Forum Posts:
Json Serialize
Backslash (\) Included In JSON Serialize Output


Was this article helpful?