nexxbiz / JLio

The project aims to be able to run a JSON noted transformation script to transform other JSON objects.
https://JLio.online
MIT License
5 stars 1 forks source link

When using a function faulty notations are not handled as an warning #29

Closed FransVanEk closed 2 years ago

FransVanEk commented 3 years ago

when writing a function like

{ "path": "$.myObject.newProperty", "value": "=concat($.demo,'-demo-')555", "command": "add" }

will just work and add the 555 to the end of concatenated string