История страницы
Open Version 8 (Java)
Action group
Открыть
...
: JSON
Описание
Действие открывает JSON и возвращает объект для работы с содержимым файла.
Иконка
Настройки
...
Путь к файлу, который будет открыт
...
FilesEncoding.NotSpecified
FilesEncoding.UTF8
- FilesEncoding.UTF16
- FilesEncoding.Win1251
- FilesEncoding.KOI8R
- FilesEncoding.OEM855
- FilesEncoding.OEM866
- FilesEncoding.ISO8859-5
...
Description
The action opens JSON and returns an object to manipulate the contents of the file
Action icon
Settings of parameters
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
The path to the file | Path to the file that will be opened | Robin.FilePath | Yes | |
Encoding | File encoding. | Robin.String | Yes | |
Results | ||||
Result | Object for processing content of the file | Robin.JSON |
Special conditions of use
None.
Example of use
Task
Get the number of elements in 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", "Get a number of elements in a JSON".
Implementation
- Assemble a robot scheme consisting of actions:
- Set the parameters for the "Open" action.
- Set the parameters for the "Get a number of elements in a JSON" action.
- Click on the "Start" button in the top panel.
Result
The program robot completed successfully. The number of elements has been obtained.
...
Результат
...
Объект для работы с содержимым файла
...
Особые условия использования
Отсутствуют.
Пример использования
Задача: получить количество элементов в JSON файле sample2.json
Решение: воспользоваться действиями "Открыть", "Получить количество элементов в JSON".
Реализация:
- Собрать схему робота ,состоящую из действий:
- Настроить параметры для действия "Открыть".
- Настроить параметры для действия "Получить количество элементов в JSON".
- Нажать на кнопку "Старт" в верхней панели.
Результат:
Программный робот отработал успешно. Количество элементов получено.
Обзор
Инструменты контента