| Name | Description |
---|
  | Append(JsonWriter, JsonOptions) |
Creates a JSON stream from an existing JsonWriter.
|
  | Append(Stream, JsonOptions) |
Opens a data stream in JSON format for writing.
|
  | Create |
Creates a data file in JSON format for writing.
|
  | Open(JsonReader, JsonOptions) |
Opens a JSON stream from an existing JsonReader.
|
  | Open(Stream, JsonOptions) |
Opens a data stream in JSON format for reading.
|
  | Open(String, JsonOptions) |
Opens a data file in JSON format for reading.
|
  | ReadComplexMatrixT(Stream, JsonOptions) |
Reads a complex matrix from a stream in JSON format.
|
  | ReadComplexMatrixT(String, JsonOptions) |
Reads a complex matrix from a file in JSON format.
|
  | ReadComplexVectorT(Stream, JsonOptions) |
Reads a complex vector from a stream in JSON format.
|
  | ReadComplexVectorT(String, JsonOptions) |
Reads a complex vector from a file in JSON format.
|
  | ReadDataFrame(Stream, JsonOptions) |
Reads a data frame from a stream in JSON format.
|
  | ReadDataFrame(String, JsonOptions) |
Reads a data frame from a file in JSON format.
|
  | ReadDataFrameR, C(Stream, JsonOptions) |
Reads a data frame from a stream in JSON format.
|
  | ReadDataFrameR, C(String, JsonOptions) |
Reads a data frame from a file in JSON format.
|
  | ReadMatrixT(Stream, JsonOptions) |
Reads a matrix from a stream in JSON format.
|
  | ReadMatrixT(String, JsonOptions) |
Reads a matrix from a file in JSON format.
|
  | ReadVectorT(Stream, JsonOptions) |
Reads a vector from a stream in JSON format.
|
  | ReadVectorT(String, JsonOptions) |
Reads a vector from a file in JSON format.
|
  | ToComplexMatrixT |
Reads a complex matrix from a string in JSON format.
|
  | ToComplexVectorT |
Reads a complex vector from a string in JSON format.
|
  | ToDataFrame(String, JsonOptions) |
Reads a data frame from a string in JSON format.
|
  | ToDataFrameR, C(String, JsonOptions) |
Reads a data frame from a string in JSON format.
|
  | ToJsonT(MatrixT, JsonOptions) |
Returns a string containing a matrix in JSON format.
|
  | ToJsonT(MatrixComplexT, JsonOptions) |
Returns a string containing a complex matrix in JSON format.
|
  | ToJsonT(VectorT, JsonOptions) |
Returns a string containing a vector in JSON format.
|
  | ToJsonT(VectorComplexT, JsonOptions) |
Returns a string containing a complex vector in JSON format.
|
  | ToJsonR, C(DataFrameR, C, JsonOptions) |
Returns a string containing the data frame in JSON format.
|
  | ToMatrixT |
Reads a matrix from a string in JSON format.
|
  | ToVectorT |
Reads a vector from a string in JSON format.
|
  | WriteT(Stream, MatrixT, JsonOptions) |
Writes a matrix to a stream in JSON format.
|
  | WriteT(Stream, MatrixComplexT, JsonOptions) |
Writes a complex matrix to a stream in JSON format.
|
  | WriteT(Stream, VectorT, JsonOptions) |
Writes a vector to a stream in JSON format.
|
  | WriteT(Stream, VectorComplexT, JsonOptions) |
Writes a complex vector to a stream in JSON format.
|
  | WriteT(String, MatrixT, JsonOptions) |
Writes a matrix to a file in JSON format.
|
  | WriteT(String, MatrixComplexT, JsonOptions) |
Writes a complex matrix to a file in JSON format.
|
  | WriteT(String, VectorT, JsonOptions) |
Writes a vector to a file in JSON format.
|
  | WriteT(String, VectorComplexT, JsonOptions) |
Writes a complex vector to a file in JSON format.
|
  | WriteR, C(Stream, DataFrameR, C, JsonOptions) |
Writes a data frame to a stream in JSON format.
|
  | WriteR, C(String, DataFrameR, C, JsonOptions) |
Writes a data frame to a file in JSON format.
|