WorkMaze / JUST.net

JUST - JSON Under Simple Transformation (XSLT equivalent for JSON).
MIT License
173 stars 54 forks source link

Another way of 'applyover' #265

Open Courela opened 1 year ago

Courela commented 1 year ago

'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 "#".