Skip to content
This repository was archived by the owner on Apr 4, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 232 Bytes

Readme.md

File metadata and controls

19 lines (11 loc) · 232 Bytes

unserialize

Unserialize a serialized javascript value.

Installation

$ component install yields/unserialize

Example

var str = JSON.stringify('boo');
assert('boo' == unserialize(str));

License

MIT