qntfy / kazaam

Arbitrary transformations of JSON in Golang
MIT License
282 stars 54 forks source link

Issues #101, #102, #103, #104 #105

Open willie68 opened 4 years ago

willie68 commented 4 years ago

This pull request will solve the following issues:

101 timestamp documentation is not correct -> corrected

102 timestamp $unix as inputFormat with integer value as value is not working ->

now integer values are accepted in the value transformer.

103 timestamp $unix as output format will create quoted integer value -> $unix (and $unixext) will now create JSON integer as output format value

104 Feature: timestamp operation $unix with milli second support ->

i introduce the $unixext format as input and output parameter for processing unix timestamps as millis from epoche. Adding tests for $unixext, too.