Share via


Functions.GetJsonObject(Column, String) Method

Definition

Extracts JSON object from a JSON string based on path specified, and returns JSON string of the extracted JSON object.

public static Microsoft.Spark.Sql.Column GetJsonObject (Microsoft.Spark.Sql.Column column, string path);
static member GetJsonObject : Microsoft.Spark.Sql.Column * string -> Microsoft.Spark.Sql.Column
Public Shared Function GetJsonObject (column As Column, path As String) As Column

Parameters

column
Column

Column to apply

path
String

JSON file path

Returns

Column object

Applies to