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

implemented the Put command #30

Closed FransVanEk closed 3 years ago

FransVanEk commented 3 years ago

added the put command. combined it with the add command. Differences :

Add on the existing property will give a warning Put will set the value on the property

Add on an array will add the value to the array Put on an array will set the value of the array to the value of the put command.