jonasrichard/ejson

Add {js_date} property

Closed this issue · 1 comments

It will convert an erlang:timestamp() (now/0, universaltime/0) and convert it to an integer which is the milliseconds from 1970-01-01 00:00:00.
In Javascript one can create a date with new Date(int).

It was implemented with a more general solution (preprocess function).

-json({record, [{pre, "time", {?MODULE, now_to_ms}}]}).