autoformatJson property

bool autoformatJson
getter/setter pair

A config variable that instructs the JSON value to autoformat the JSON as it is being entered or not. Set to true to enable the autoformatter. Set to null or false to disable it.

Implementation

static bool autoformatJson = false;