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

Feature/format function #42

Closed FransVanEk closed 2 years ago

FransVanEk commented 2 years ago

Can format date values to be formatted in a certain way

it uses the C# formatting notation.

can be used in the add, put and Set command.

has max 2 arguments

path and format

path is optional, when not provided the current value will be used (only working wit a set command

cristinamudura commented 2 years ago

Approved with the comment that at this point the format works only for proper date time notation. Only time won't get formatted.