История страницы
Clear Version 6 (Java)
Action group
Очистить
...
: JSON
Описание
Действие удаляет все элементы из JSON-объекта.
Иконка
Настройки
...
JSON-объект для обработки
...
-
...
Description
The action removes all elements from the JSON object
Action icon
Settings of parameters
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
JSON | JSON for processing | Robin.JSON | Yes | |
Results | ||||
JSON | Empty JSON or empty JSON array | Robin.JSON |
Special conditions of use
None.
Example of use
Task
Remove all items from JSON file test.json.
Блок кода | ||||||
---|---|---|---|---|---|---|
| ||||||
{
"firstname":"Joe",
"lastname": "Jackson",
"gender":"male",
"age": 28,
"address": {
"streetAddress": "101",
"city": "San Diego",
"state": "CA"
},
"phonenumber": [
{ "type": "home", "number": "9349282382"}
]
} |
Solution
Use the actions "Open", "Clear", "Save to file".
Implementation
- Assemble a robot scheme consisting of actions:
- Set the parameters for the "Open" action.
- Set the parameters for the "Clear" action.
- Set the parameters for the "Save to file" action.
- Click on the "Start" button in the top panel.
Result
The program robot completed successfully.
All elements have been removed from the JSON file.
Особые условия использования
Отсутствуют.
Пример использования
Задача: удалить все элементы из JSON sample2.json
Решение: воспользоваться действиями "Открыть", "Очистить".
Реализация:
- Собрать схему робота ,состоящую из действий:
- Настроить параметры для действия "Открыть".
- Настроить параметры для действия "Очистить".
- Нажать на кнопку "Старт" в верхней панели.
Результат:
Программный робот отработал успешно. Все элементы удалены из JSON.
Обзор
Инструменты контента