Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to JSONNode as intermediate representation in transformations #243

Closed
nicolaferraro opened this issue May 6, 2021 · 1 comment
Closed
Assignees

Comments

@nicolaferraro
Copy link
Member

Currently transformation actions are able to process data with "Content-Type" equal to "application/json" by unmarshalling it into a Map and calling the Java logic.

We should unmarshal to JSONNode and provide transformations using that type in all actions.

cc: @lburgazzoli

@oscerd
Copy link
Contributor

oscerd commented May 12, 2021

This is done.

@oscerd oscerd closed this as completed May 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants