Enum InputJSONNodeType
The kind of value a InputJSONNode holds.
Namespace: Scylla.Input
Assembly: ScyllaInput.dll
Syntax
public enum InputJSONNodeType
Fields
| Name | Description |
|---|---|
| Array | An array, holding an ordered list of elements. |
| Bool | A JSON |
| Null | A JSON |
| Number | A numeric literal, stored as its original source text. |
| Object | An object, holding an ordered list of members. |
| String | A string literal, stored unescaped. |