DataFrame.ToJSON Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the content of the DataFrame as a DataFrame of JSON strings.
public Microsoft.Spark.Sql.DataFrame ToJSON ();
member this.ToJSON : unit -> Microsoft.Spark.Sql.DataFrame
Public Function ToJSON () As DataFrame
Returns
DataFrame object with JSON strings.