JSON Deserialization
  • 21 Oct 2022
  • 1 Minute to read
  • Dark
    Light

JSON Deserialization

  • Dark
    Light

Article Summary

Step Details

Introduced in Version---
Last Modified in Version7.12.0
LocationData > JSON

The JSON Deserialize converts a string of JSON data into its respective Decisions data object type. The data object type is picked via the Type drop-down, and the string is input via the String to Deserialize Input. This can help convert data that has come into a Flow via REST call into data that Decisions can use.




Properties

Parameters

PropertyDescriptionData Type
Show Only User Defined JSON TypesLimits the type drop-down list to only show user-defined JSON Data TypesBoolean
IsOutputArrayChanges the step output to be a list of a type instead of a single typeBoolean
JSON TypeType of string that the step will Deserialize---

Inputs

PropertyDescriptionData Type
String to Deserialize
The input variable to deserialize.String

Outputs

PropertyDescriptionData Type
JsonDeserialize1_OutputThe Deserialization step output variable, can be a list if the IsOuputArray checkbox is set to true.Depends on JSON Type
Error MessageOutput variable for the step error messageString

Related Information

Example Lab:
JSON Deserialization

Forum Posts:
Json Deserialize
JSON Deserialize Step Date Field Issue
JSON Deserialize Issue: MaxJsonLength Error


Was this article helpful?