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

Another way of 'applyover' #265

Open
Courela opened this issue Mar 22, 2023 · 0 comments
Open

Another way of 'applyover' #265

Courela opened this issue Mar 22, 2023 · 0 comments

Comments

@Courela
Copy link
Contributor

Courela commented Mar 22, 2023

'applyover' function can be cumbersome, because one has to escape every special character.
Provide a better way of doing that without the need of escaping all characters.
Possibility to apply multiple transformations over an input would also be handy.

A possibility could be:

{
  "result": {
    "#transform": [ "<first_transformation>", "<second_transformation>", "<third_transformation>", ... ]
  }

...or adding more possible operations to "#".

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

1 participant