seatunnel
seatunnel copied to clipboard
[Feature][Connector-V2][HTTP] Use json-path parsing
Search before asking
- [X] I had searched in the feature and found no similar feature requirement.
Description
The current json parsing is not perfect, and complex json cannot obtain data. This issue will parse json data through json-path and convert it into seatunnelRowData。
Usage Scenario
No response
Related issues
No response
Are you willing to submit a PR?
- [X] Yes I am willing to submit a PR!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
https://github.com/json-path/JsonPath
same as https://github.com/apache/incubator-seatunnel/issues/3573 ?