Max Todaro

Results 1 comments of Max Todaro

Same issue here #192 it seems a bug in automatic conversion to mongo timestamp ``` jsonlite::toJSON(list("t" = list("$date" = 1501530029411)),auto_unbox = T) # {"t":{"$date":1501530029411}} ``` ``` jsonlite::toJSON(list("t" = list(list("$date" =...