The Extreme.Data.Json namespace contains classes for serializing and desiralizing data in JSON format.
| Class | Description |
---|
 | ComplexConverterT |
Converts complex numbers to and from JSON.
|
 | ComplexJsonConverter |
Converts complex numbers to and from JSON.
|
 | DataObjectJsonConverter |
Converts data frames, vectors, matrices, and indexes to and from JSON.
|
 | JsonFile |
Contains methods for serializing and deserializing objects to and from JSON format.
|
 | JsonOptions |
Represents the options available when reading and writing JSON files.
|
 | JsonStream |
Represents a data stream in JSON format.
|
| Enumeration | Description |
---|
 | JsonDataFrameLayout |
Enumerates the possible JSON layouts of a data frame.
|