Get Value from JSON by Name
  • 19 Apr 2024
  • 1 Minute to read
  • Dark
    Light

Get Value from JSON by Name

  • Dark
    Light

Article Summary

Step Details

Introduced in Version

4.0.0

Last Modified in Version

7.12.0

Location

Data > JSON

The "Get value from JSON by name" step allows you to extract a specific value from JSON data using its name or key. This step supports JSONPath variables in the JSON TEXT input, enabling more flexible and dynamic extraction of data from JSON structures.

Refer to the screenshots below for a detailed example of how the step works.


Properties

Inputs

Property

Description

Data Type

JSON Text

JSON Text to retrieve an array from

String

Name

Name of the value within the JSON Text

String

Outputs

Property

Description

Data Type

GetValueFromJsonByName1_Output

The value within the Name in the JSON file.

String


Related Information

Articles:
Creating Types From JSON Schema
Example Labs:
JSON Deserialization
Forum Posts:
Remove Done From The JSON Output


Was this article helpful?