Enum JsonAny.Element
Represents the type of a JSON element.
Namespace: SlugBase
Assembly: SlugBase.dll
Syntax
public enum JsonAny.Element
Fields
| Name | Description |
|---|---|
| Bool | A boolean. |
| List | Values associated with integer keys. |
| Null | A |
| Number | A number. |
| Object | Values associated with string keys. |
| String | A string. |