Ankush
New Contributor II

pyspark.sql.functions.

get_json_object

(colpath)[source]

Extracts json object from a json string based on json path specified, and returns json string of the extracted json object. It will return null if the input json string is invalid.