Show / Hide Table of Contents

Enum Type

Enum Type represents the values of the type keyword in JSON Type Definition.

Namespace: Jtd.Jtd
Assembly: Jtd.Jtd.dll
Syntax
public enum Type : int

Fields

Name Description
Boolean

The boolean type.

Float32

The float32 type.

Float64

The float64 type.

Int16

The int16 type.

Int32

The int32 type.

Int8

The int8 type.

String

The string type.

Timestamp

The timestamp type.

Uint16

The uint16 type.

Uint32

The uint32 type.

Uint8

The uint8 type.

See Also
Schema.Type
  • Improve this Doc
  • View Source
Back to top Generated by DocFX