# Evaluate JSON Path

This activity evaluates the given JSON path on the user-specified JSON input and retrieves the resultant output.

### Input

* **JSON Input:** [`String Argument`](https://docs.visualyze.ai/getting-started/rpa-studio/arguments#string) <mark style="color:red;">`Required`</mark>\
  Specifies the JSON from which a key value is to be retrieved.<br>

<figure><img src="https://1935494318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M927xRZSEM57y2sBcm3%2Fuploads%2FoMOVj09PiRJKTLpjM4rR%2Fimage.png?alt=media&#x26;token=579984b5-69f4-449a-a4bf-a8e6e9cb9d09" alt=""><figcaption><p>JSONPath Helper</p></figcaption></figure>

{% hint style="info" %}
***Information:***

* **`JSONPath Syntax`** - Specify the select token to evaluate.

* **`Inputs`** - Specifies the JSON input on which the JSON Path is to evaluate.

* **`Evaluated Results`** - Displays the result of the JSON Path evaluation
  {% endhint %}

* **JSON Path:** [`String Argument`](https://docs.visualyze.ai/getting-started/rpa-studio/arguments#string) <mark style="color:red;">`Required`</mark>\
  Specifies the JSON input [Select Token](https://www.newtonsoft.com/json/help/html/SelectToken.htm).

### Output

* **Result:** [`Object Variable`](https://docs.visualyze.ai/getting-started/rpa-studio/variables/user-defined-variables-1#object)\
  Stores the value of the selected key value that is retrieved in the specified [Object ](https://docs.visualyze.ai/getting-started/rpa-studio/variables#object)variable.
