zhf.obj-remove-quote

1.0.1 • Public • Published

移除json对象和数组的引用

const objRemoveQuote = require('zhf.obj-remove-quote');

const obj1 = {a: 'hello', b: 'world'};
const obj2 = objRemoveQuote(obj1);
console.log(obj2); // {a: 'hello', b: 'world'}
console.log(obj1 === obj2); // false

Readme

Keywords

none

Package Sidebar

Install

npm i zhf.obj-remove-quote

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

7.82 kB

Total Files

11

Last publish

Collaborators

  • zhouhuafei