pub fn get_json_object( col: impl Into<Column>, path: impl Into<Column>, ) -> Column
Extracts json object from a json string based on json path specified, and returns json string of the extracted json object.