Class JsonType
The type of JSON.
public sealed class JsonType : ConstantClass
- Inheritance
-
JsonType
Fields
Document
public static readonly JsonType Document
Field Value
Lines
public static readonly JsonType Lines
Field Value
Methods
FindValue(string)
Finds the JsonType instance for the string value
public static JsonType FindValue(string value)
Parameters
value
string
Returns
Operators
implicit operator JsonType(string)
Converts the string to JsonType instance
public static implicit operator JsonType(string value)
Parameters
value
string