История страницы
...
Convert a dictionary to a JSON Version 7 (Java)
Группа действийAction group: JSON
Описание
Действие преобразует словарь в JSON.
Иконка
Настройки
...
Description
The action converts a dictionary to a JSON
Action icon
Settings of parameters
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Dictionary | Dictionary for converting | Robin.Dictionary | Yes | |
Encoding | Dictionary content encoding | Robin.String | No | |
Results | ||||
Result | The JSON containing data from this dictionary |
Описание
Словарь
Словарь для преобразования
Robin.Dictionary
Да
Результат
. | Robin.JSON |
Особые условия использования
Отсутствуют.
Пример использования
Задача
Преобразовать словарь в JSON и сохранить документ на рабочий стол.
Решение
Special conditions of use
None.
Example of use
Task
Convert a dictionary to a JSON and save the document to workspace.
Solution
Use the Воспользоваться действиями "Convert a dictionary to a JSON", "Save to file" actions.
Реализация
Implementation
- Assemble a robot scheme with the actions.
- Create a dictionary that contains 3 values of a "string" type and 1 value of a "dictionary" type.
- Set the Собрать схему робота, состоящего из действий:
Создать словарь, который состоит из 3 значений типа "string" и 1 значения типа "dictionary".
Настроить параметры действия "Convert a dictionary to a JSON" action parameters. - Настроить параметры действия Set the "Save to file" action parameters.
- Нажать на кнопку Click "Старт" в верхней панели.
Результат
- Start" in the top panel.
Result
The program robot completed successfully. The dictionary is successfully converted to a Программный робот отработал успешно. Словарь успешно преобразован в JSON.
JSON сохранен в указанную папку. is saved to the specified folder.
Обзор
Инструменты контента