Json File.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#
A JsonStream.
Assembly: Extreme.Data.Json (in Extreme.Data.Json.dll) Version: 3.1.1
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
JsonStreamA JsonStream.