Encode and decode recursively strings in a mixed object
npm install he-reche-recursively
==============
Encode and decode recursively strings in a mixed object
% npm install he-rec
var HeRec = require('he-rec');
HeRec.decode(object, options);
HeRec.encode(object, options);
% mocha