he-rec
v0.1.4
Published
Encode and decode recursively strings in a mixed object
Downloads
16
Maintainers
Readme
he-recursively
Encode and decode recursively strings in a mixed object
How
% npm install he-rec
var HeRec = require('he-rec');
HeRec.decode(object, options);
HeRec.encode(object, options);
Test
% mocha