TextureAtlasExporter.optimizeJson

#### Availability

Animate 2020.

#### Usage

TextureAtlasExporter.optimizeJson

#### Description

Property; Boolean value which indicates whether animation.json needs to be optimized by removing indentation, decomposed matrix and use shortened names.
#### Example

 javascript
var exporter = new TextureAtlasExporter;
exporter.optimizeJson = true;
`