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

Ключ

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

Clear Version 6 (Java)

Action group

Очистить

...

: JSON

Описание

Действие удаляет все элементы из JSON-объекта.

Иконка

Image Removed

Настройки

...

JSON-объект для обработки

...

-

...

Description

The action removes all elements from the JSON object

Action icon

Image Added

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
JSONJSON for processingRobin.JSON
Yes
Results
JSONEmpty JSON or empty JSON arrayRobin.JSON

Special conditions of use

None. 

Example of use 

Task

Remove all items from JSON file test.json.

Блок кода
titletest.json
linenumberstrue
collapsetrue
{
    "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

  1. Assemble a robot scheme consisting of actions: 
    Image Added

  2. Set the parameters for the "Open" action. 
    Image Added

  3. Set the parameters for the "Clear" action. 
    Image Added

  4. Set the parameters for the "Save to file" action. 
    Image Added

  5. Click on the "Start" button in the top panel.

Result

The program robot completed successfully.

Image Added

All elements have been removed from the JSON file. 

Image Added

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

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

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

Задача: удалить все элементы из JSON sample2.json

Image Removed

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

Реализация:

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

Результат: 

Программный робот отработал успешно. Все элементы удалены из JSON. 

Image Removed