You are here: Start » AVL.NET » JsonParseOptions Structure
JsonParseOptions Structure
Namespace: | Avl |
---|---|
Assembly: | AvlNet.Types.dll |
JSON parse options.
Constructors
Constructor | Description | |
---|---|---|
![]() | JsonParseOptions(Boolean, Boolean, Int32) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | AllowComments | System.Boolean | |
![]() | AllowTrailingCommas | System.Boolean | |
![]() ![]() | Default | Avl.JsonParseOptions | Gets a default instance of the JsonParseOptions. |
![]() ![]() | Empty | Avl.JsonParseOptions | Gets an empty instance of the JsonParseOptions. |
![]() | MaxDepth | System.Int32 |
Methods
Name | Description | |
---|---|---|
![]() | Equals(Avl.JsonParseOptions) | |
![]() | Equals(object) | Inherited from System.Object |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | ToString() | Inherited from System.Object |