Class JsonSerializationOptions

Assembly: redb.Core.dll

JSON serialization settings

public class JsonSerializationOptions

Inheritance

ObjectJsonSerializationOptions

Properties

UseUnsafeRelaxedJsonEscaping

Use unsafe relaxed JavaScript encoding

public bool UseUnsafeRelaxedJsonEscaping { get; set; }

WriteIndented

Format JSON with indentation

public bool WriteIndented { get; set; }