Class JSONInput
Specifies JSON as object's input serialization format.
public class JSONInput
- Inheritance
-
JSONInput
- Inherited Members
Constructors
JSONInput()
public JSONInput()
Properties
JsonType
The type of JSON. Valid values: Document, Lines.
public JsonType JsonType { get; set; }