# Converting JSON

Converting JSON will help you convert a JSON string into an object.

Converting JSON sẽ giúp bạn chuyển đổi một chuỗi JSON thành object.

<figure><img src="/files/UvdO12FfA1TtR5lslxzw" alt=""><figcaption></figcaption></figure>

| parameter         | illustrate                                                                                                       |
| ----------------- | ---------------------------------------------------------------------------------------------------------------- |
| Convert variables | <p>Select the variable containing the value as a json string.</p><p>Chọn biến chứa giá trị là một chuỗi json</p> |
| Save to           | <p>Save the resulting value in another variable.</p><p>Lưu giá trị thu được vào một biến khác.</p>               |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hidemium.io/automation-user-manual/data/converting-json.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
