JsonFile.Create Method

Creates a data file in JSON format for writing.

Definition

Namespace: Extreme.Data.Json
Assembly: Extreme.Data.Json (in Extreme.Data.Json.dll) Version: 3.1.1
C#
public static JsonStream Create(
	string path,
	JsonOptions options = null
)

Parameters

path  String
The path to the file.
options  JsonOptions  (Optional)
A JsonOptions object that specifies the options to use when writing the file.

Return Value

JsonStream
A JsonStream.

See Also