# SelectJsonToken Method
Retrieves the specified JSON token by given path.

## Syntax
```javascript
	SelectJsonToken(json: JsonObject; path: Text)
```

## Parameters
### *json*
Type: JsonObject<br/>
JSON object containing the requested token.
### *path*
Type: Text<br/>
Requested path as string.

## Return Value
### *None*
