DataFrameWriter.Json(String) Method

Definition

Saves the content of the DataFrame in JSON format at the specified path.

public void Json (string path);
member this.Json : string -> unit
Public Sub Json (path As String)

Parameters

path
String

Path to save the content

Applies to