Table of Contents

Enum RuleJsonValueKind

Namespace
RuleWright.Serialization
Assembly
RuleWright.Serialization.dll

The kind of a RuleJsonValue node.

public enum RuleJsonValueKind

Fields

Object = 0

A JSON object.

Array = 1

A JSON array.

String = 2

A JSON string.

Number = 3

A JSON number.

True = 4

The JSON literal true.

False = 5

The JSON literal false.

Null = 6

The JSON literal null.