JsonUtil Object

Description

The object used to access JSON objects.

Methods

Method ParseParses a JSON file or JSON content.

Back to top

Parse Method

Description

Parses a JSON file or JSON content.

Syntax

JsonUtil.Parse(JsonFile)

Argument

Type

Description

JsonFilePath

String

An absolute path to a JSON file or the actual file content.

IMPORTANT

This method can only be used in GUI tests.

Back to top

See also: