You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
I would like to have the ability to json.parse with a reviver.
The current storage-lite doesn't let me. By making this posible (with a third parameter), i am able to retreive trully Date-objects instead of string-types (that is when Date-properties get stringified), using this reviver:
I would like to have the ability to json.parse with a reviver.
The current storage-lite doesn't let me. By making this posible (with a third parameter), i am able to retreive trully Date-objects instead of string-types (that is when Date-properties get stringified), using this reviver:
Thanks in advance,
Marco.
The text was updated successfully, but these errors were encountered: