jp-freeze
JSON - PHP serailizer/unserializer
Description
This package provides the functionality of unserialization of data encoded by the PHP pj-freeze package.
Usage
Example: usage in Node.js
var fs = ;var JpFreeze = ; var json = fs;var serialized = JSON; var obj = ; console;
Example: usage in browser
JpFreeze Test
Installation
NPM
npm install jp-freeze
Bower
bower install jp-freeze
Limitations
So far only the unserialization is implemented in JavaScript. The serialization is only available through the corresponding PHP package.