История страницы
...
Clear Version 6 (Java)
...
Action group: JSON
Описание
Действие удаляет все элементы из JSON-объекта.
Иконка
Параметры действия
Входные параметры
JSON-объект JSON-объект для обработки
Выходные параметры
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
Удалить все элементы из JSON 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.
Обзор
Инструменты контента