Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

JSON

The JSON components in the RPA Desktop Design Studio perform different operations on JSON objects. For example, serialize a JSON object or get JSON object properties.

  • Use the DeserializeObject component
    Convert a string containing JSON data to a JSON object by using the DeserializeObject component in RPA Desktop Design Studio. You can also extract specific properties from the JSON object.
  • Use the GetProperties component
    Get the values of multiple properties from a JSON object by using the GetProperties component in RPA Desktop Design Studio.
  • Use the GetProperty component
    Get the value of a property from a JSON object by using the GetProperty component in the RPA Desktop Design Studio.
  • Use the JsonArrayToArray component
    Convert a JSON object to an array of objects using the JsonArrayToArray component in the RPA Desktop Design Studio.
  • Use the SerializeObject component
    Convert a JSON object to a string by using the SerializeObject component in RPA Desktop Design Studio.
  • Use the SetProperties component
    Set multiple properties within a JSON object by using the SetProperties component in the RPA Desktop Design Studio. You can also override a property within the JSON object.
  • Use the SetProperty component
    Set a property within a JSON object by using the SetProperty component in the RPA Desktop Design Studio. You can also override a property within the JSON object.
  • Properties of the JSON utilities
    Learn about the properties of the JSON utilities in RPA Desktop Design Studio.

Parent Topic:Utilities