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

have a format function to be able to format types in a different representation #40

Closed FransVanEk closed 2 years ago

FransVanEk commented 2 years ago

like datetime

when a object has a datetime value

with the set command you could format the current value to another representation

[
   {
    "path": "$.myDatetime",
    "value": "=format('ddMMyyy')",
    "command": "set"
  }
]