Constructor JsonValueBase
JsonValueBase()
The default constructor of class JsonValueBase.
Declaration
protected JsonValueBase()
JsonValueBase(Object, JsonDataType)
An overloaded constructor which pass the value to JSONDataType provided.
Declaration
protected JsonValueBase(object value, JsonDataType dataType)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | Object to be passed. |
JsonDataType | dataType | Type of the data contained by the Json class. |