JsonExtensions Methods

Methods

AddNumericsJson Registers Numerics.NET JSON converters and metadata on the given options instance.
ToJson<T>(Index<T>, JsonSerializerOptions) Serializes the Index<T> to a JSON string using the specified options.
ToJson<T>(Matrix<T>, JsonSerializerOptions) Serializes the Matrix<T> to a JSON string using the specified options.
ToJson<T>(Vector<T>, JsonSerializerOptions) Serializes the Vector<T> to a JSON string using the specified options.
ToJson<T>(Index<T>, Stream, JsonSerializerOptions) Serializes the Index<T> to a stream as JSON using the specified options.
ToJson<T>(Matrix<T>, Stream, JsonSerializerOptions) Serializes the Matrix<T> to a stream as JSON using the specified options.
ToJson<T>(Vector<T>, Stream, JsonSerializerOptions) Serializes the Vector<T> to a stream as JSON using the specified options.
ToJson<R, C>(DataFrame<R, C>, JsonSerializerOptions) Serializes the DataFrame<R, C> to a JSON string using the specified options.
ToJson<R, C>(DataFrame<R, C>, Stream, JsonSerializerOptions) Serializes the DataFrame<R, C> to a stream as JSON using the specified options.

See Also