Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Convert a dictionary to a JSON Version 7 (Java)

Группа действийAction group: JSON 

Описание

Действие преобразует словарь в JSON.

Иконка

Image Removed

Настройки

...

Description

The action converts a dictionary to a JSON

Action icon

Image Added

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
DictionaryDictionary for convertingRobin.Dictionary
Yes
EncodingDictionary content encodingRobin.String
No
Results
ResultThe JSON containing data from this dictionary
Свойство

Описание

ТипПример заполненияОбязательность заполнения поляПараметры

Словарь

Словарь для преобразования

Robin.Dictionary

Да

Результаты

Результат

JSON, содержащий данные из словаря
.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

  1. Assemble a robot scheme with the actions.
    Image Added
  2. Create a dictionary that contains 3 values of a "string" type and 1 value of a "dictionary" type.
    Image Added
  3. Set the Собрать схему робота, состоящего из действий:
    Image Removed
    Создать словарь, который состоит из 3 значений типа "string" и 1 значения типа "dictionary".
    Image Removed
    Настроить параметры действия "Convert a dictionary to a JSON" action parameters.

  4. Настроить параметры действия Set the "Save to file" action parameters.
  5. Нажать на кнопку Click "Старт" в верхней панели. 

Результат

  1. 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.