Is your feature request related to a problem? Please describe.
spark's get_json_object supports parsing malformed json string, which is not supported in sonic-rs or serde-json. in such cases we should fallback json parsing to spark original implementation.
Describe the solution you'd like
fallback json strings which are failed to parse with sonic-rs and serde-json.
Describe alternatives you've considered
Additional context