CrystalJson.LoadOptions

Namespace: SnowBank.Data.Json · enum

Implements: IComparable, ISpanFormattable, IFormattable, IConvertible

Options when load JSON from disk

Fields

None

None = 0

Use the default options

ReturnNullIfMissing

ReturnNullIfMissing = 1

If the file does not exist, return the default value of the type (null, 0, false, ...)

Streaming

Streaming = 2

If the source is using streaming (socket, ...), do not wait to reach the end of the file, and stop once a complete top-level value as been consumed.