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

Ключ

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

Remove value Version 6 (Java)

Action group

Удалить значение 

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

Описание

Действие удаляет из JSON значение по его ключу.

Иконка

Image Removed

Настройки

...

JSON

...

JSON

...

JSON для обработки

...

Robin.JSON

...

Да

...

Ключ

...

Key

...

Ключ в JSON

...

Robin.String

...

Да

...

Description

The action removes the value from JSON by its key

Action icon

Image Added

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
JSONJSON for processingRobin.JSON
Yes
JSONPathJSONPath describes the path to the JSON element. It always starts with a „/“ character. The corresponding keys are listed below. Indexes are used to access array elements (counting starts from 0). For example, the path „/key/1“ indicates that we are trying to access the second element of the array, which is accessible by the key „key“.Robin.String
Yes
Results
Processed JSONJSON without specified value.Robin.JSON

Special conditions of use

None.

Example of use

Task

Remove value with the key "value 1" from JSON file.

Блок кода
titleJSON sample
linenumberstrue
collapsetrue
{"value 3":"Val 3",
"value 2":"Val 2",
"value 1":"Val 1",
"dic":{"1":"test 1", "2":"test"}}

Solution

Use the "Open", "Remove value" actions.

Implementation

  1. Assemble a robot scheme with the actions.
    Image Added
  2. Set the "Open" action parameters.
    Image Added
  3. Set the "Remove value" action parameters.
    Image Added
  4. Click "Start" in the top panel.

Result

The program robot completed successfully. The value by the key "value 1" was removed from the JSON file.

Image Added

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

Отсутствуют

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

Задача: удалить значение с ключом value 1 из JSON 

Image Removed

Решение: воспользоваться действиями "Открыть", "Удалить значение". 

Реализация:

  1. Собрать схему робота, состоящего из действий:
    Image Removed
  2. Настроить параметры действия "Открыть". 
    Image Removed
  3. Настроить параметры действия "Удалить значение". 
    Image Removed
  4. Нажать на кнопку "Старт" в верхней панели. 

Результат: 

Программный робот отработал успешно. Значение по ключу value 1 удалено из JSON. 

Image Removed