Json Options Class
Represents the options available when reading and writing JSON files.
Definition
Namespace: Numerics.NET.Data.Json
Assembly: Numerics.NET.Data.Json (in Numerics.NET.Data.Json.dll) Version: 4.0.3
C#
Assembly: Numerics.NET.Data.Json (in Numerics.NET.Data.Json.dll) Version: 4.0.3
public class JsonOptions : TextOptions
- Inheritance
- Object → TextOptions → JsonOptions
Constructors
Json | Constructs a new set of options for delimited text files. |
Properties
Auto |
Gets which columns in a data frame
are automatically converted to categorical variables.
(Inherited from TextOptions) |
Column |
Gets whether the first row contains column headers.
(Inherited from TextOptions) |
Culture |
Gets the culture of the data file.
(Inherited from TextOptions) |
Date |
Gets an object that specifies how numeric values are parsed and formatted.
(Inherited from TextOptions) |
Decimal |
Gets the type used to represent numbers with decimals.
(Inherited from TextOptions) |
Format |
Gets an object that provides information on how to parse strings
and format values.
(Inherited from TextOptions) |
Inference |
Gets the number of rows used to infer the type of columns.
(Inherited from TextOptions) |
Layout | Gets the layout used to store data frames in the data file. |
Max |
Gets the largest number of distinct
levels for a column to be considered categorical.
(Inherited from TextOptions) |
Number |
Gets an object that specifies how dates and times are parsed and formatted.
(Inherited from TextOptions) |
Row |
Gets whether the first column contains row headers.
(Inherited from TextOptions) |
Start |
Gets the 1-based index of the first row.
(Inherited from TextOptions) |
Methods
Configure | Configures a JSON.NET serializer to comply with the options in the current JSON options object. |
Configure | Configures a JSON.NET serializer settings object to comply with the options in the current JSON options object. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
Get |
Returns an array containing the indexes of the columns that are excluded from the matrix.
(Inherited from TextOptions) |
Get | Serves as the default hash function. (Inherited from Object) |
Get | Returns a JSON.NET serializer that matches the current JSON options object. |
Get | Returns a JSON.NET serializer that matches the current JSON options object. |
Get | Gets the Type of the current instance. (Inherited from Object) |
Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
Set |
Sets the columns that are to be excluded from the matrix.
(Inherited from TextOptions) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Fields
Default | Gets the default options for JSON files. |