You are here: Start » AVL.NET » JsonParseOptions Structure

JsonParseOptions Structure

Namespace:Avl
Assembly:AvlNet.Types.dll

JSON parse options.

Constructors

 ConstructorDescription
JsonParseOptions(Boolean, Boolean, Int32)

Properties

 NameTypeDescription
AllowCommentsSystem.Boolean
AllowTrailingCommasSystem.Boolean
DefaultAvl.JsonParseOptions Gets a default instance of the JsonParseOptions.
EmptyAvl.JsonParseOptions Gets an empty instance of the JsonParseOptions.
MaxDepthSystem.Int32

Methods

 NameDescription
Equals(Avl.JsonParseOptions)
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also