包详细信息

ent-rec

brugnara7不推荐使用0.1.3

moved to he-rec, use this pkg only if you want to use ent instead of he

Encode and decode recursively strings in a mixed object

entities, entitify, entity, html

自述文件

node-ent-recursively

Encode and decode recursively strings in a mixed object

How

% npm install ent-rec

var EntRec = require('ent-rec');

EntRed.decode(object);
EntRed.encode(object, options);

Test

% mocha

Thanks to node-ent project.