Show / Hide Table of Contents

Enum JsonValueType

Defines the type of JSON value.

Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public enum JsonValueType
Remarks

These values are used by JsonTokenKind, which has a FlagsAttribute.

Fields

Name Description
False

False JSON value.

Null

Null JSON value.

Number

Number JSON value.

String

String JSON value.

True

True JSON value.

Extension Methods

ColumnExtensions.WithDefaultValue<JsonValueType, TValue>(TValue, String, String)
ColumnExtensions.WithValueComparer<JsonValueType, TValue>(IComparer<TValue>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest