JSON (JavaScript Object Notation) Writer Parameters

Write Feature Type Key

Write Geometry

Write Coordinate System

Writer Parameters

Formatting Parameters

Formatting Type

The formatting of the output JSON file.

  • Linear: The entire JSON document is output on one line. This option produces the smallest possible JSON files.
  • Pretty Print: The JSON document will contain additional whitespace characters, making it much more human-readable.

Indent Size

This parameter controls the indentation style in the JSON document, and is enabled when Formatting Type is Pretty Print. The indentation style can use either tab characters, or a variable number of space characters.

JSONP