JsonLayoutOptions.KeptSchema

JsonLayoutOptions.KeptSchema property

Indicates whether keeping schema of this json.

public bool KeptSchema { get; set; }

Remarks

Sometimes we will save the file to JSON after loading JSON file.

See Also