# .toStr()

## Description

Serialises the object to a JSON **string**. This is shorthand for `JsonStringify()`.

## Parameters

None.

## Usage

```javascript
log {x:1}.toStr()
// "{\"x\":1}"
```
