addWhitespace property

bool? addWhitespace
getter/setter pair

Add whitespace to the JSON file.

Makes easier to read, but increases file size. Only applicable for JSON format.

Optional.

Implementation

core.bool? addWhitespace;