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

yields/unserialize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unserialize

Unserialize a serialized javascript value.

Installation

$ component install yields/unserialize

Example

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

License

MIT

About

Unserializes stringified json correctly.

Resources

Stars

Watchers

Forks

Packages

No packages published