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

Ключ

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

Convert a dictionary to a JSON Version 7 (Java)

Action group

Преобразовать словарь в JSON

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

Описание

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

...

Description

The action converts a dictionary to a JSON

Action icon

Image Modified

...

Settings of parameters

Свойство
Property
Англ. наименование
Description
Описание
Type
ТипПример заполненияОбязательность заполнения поляПараметры

Словарь

Dictionary

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

Robin.Dictionary

Да

Результаты

Результат

Result

JSON, содержащий данные из словаря
Filling exampleMandatory field
Parameters
DictionaryDictionary for convertingRobin.Dictionary
Yes
EncodingDictionary content encodingRobin.String
No
Results
ResultThe JSON containing data from this dictionary.Robin.JSON

Особые условия использования

Отсутствуют.

Пример использования 

Задача: преобразовать словарь в 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 "Convert a dictionary to a JSON" action parameters.
    Image Added
  4. Set the "Save to file" action parameters.
    Image Added
  5. Click "Start" in the top panel.

Result

The program robot completed successfully. The dictionary is successfully converted to a JSON.

Image Added

JSON is saved to the specified folder.

Image Added

Результат: 

Программный робот отработал успешно. Словарь успешно преобразован в JSON. JSON сохранен на рабочий стол. 

Image Removed