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

Ключ

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

...

The action saves the content of a JSON to a file with extension .json.

Action icon

Image AddedImage Removed

Settings of parameters

Свойство
Property
Описание
Description
Тип
Type
Пример заполненияОбязательность заполнения поляПараметры
Filling exampleMandatory field
Parameters
JSONJSON
, который будет сохраняться
to be savedRobin.JSON
Да

Yes

Имя файла

Имя файла без указания расширения
File nameName of file without extensionRobin.String

Да

Путь к папке

Папка, в которую необходимо сохранить файл

Yes
Folder pathFolder for saving file.Robin.FolderPathC:\doc\img
Да
Yes
КодировкаКодировка содержимого строки
EncodingEncoding used to write the JSON.Robin.String
Нет

No
Результаты
Results

Результат

Путь к сохраненному
ResultPath to saved JSONRobin.FilePath

Special conditions of use

None.

Example of use

Task

Convert a string to JSON and save the document to workspace.

Solution

Use the "Convert a string to a JSON", "Save to file" actions.

...