История страницы
...
Remove value Version 6 (Java)
Группа действийAction group: JSON
Описание
Действие удаляет из JSON значение по его ключу.
Иконка
Настройки
...
Description
The action removes the value from JSON by its key
Action icon
Settings of parameters
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
JSON | JSON for processing |
JSON
Robin.JSON |
Yes | |
JSONPath |
JSONPath 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 JSON | JSON |
without specified value. | Robin.JSON |
Особые условия использования
Отсутствуют
Пример использования
Задача
Special conditions of use
None.
Example of use
Task
Remove value with the key Удалить значение с ключом "value 1" из from JSON-файла file.
Блок кода | ||||||
---|---|---|---|---|---|---|
| ||||||
{"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
- Assemble a robot scheme with the actions.Собрать схему робота, состоящего из действий:
- Set the "Open" action parameters.Настроить параметры действия "Открыть".
Настроить параметры действия "Удалить значение". - Set the "Remove value" action parameters.
- Нажать на кнопку Click "Старт" в верхней панели.
Результат
- Start" in the top panel.
Result
The program robot completed successfully. The value by the key Программный робот отработал успешно. Значение по ключу "value 1" удалено из JSON-файлаwas removed from the JSON file.
Обзор
Инструменты контента