You are here: Start » AVL.NET » JsonData Class

JsonData Class

Namespace:Avl
Assembly:AvlNet.Types.dll

JSON data.

Constructors

 ConstructorDescription
JsonData()
JsonData(String, JsonDataType, JsonFormatParameters, JsonParseOptions)

Properties

 NameTypeDescription
FormatParametersAvl.JsonFormatParameters
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
ParseOptionsAvl.JsonParseOptions
TypeAvl.JsonDataType
ValueSystem.String

Methods

 NameDescription
CopyTo(Avl.JsonData)
Dispose()Inherited from Avl.UnmanagedObject
Equals(Avl.JsonData)
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Avl.JsonData)
ToString()Inherited from System.Object

Remarks

See also