flatten-js-object

1.0.2 • Public • Published

Flatten Object

Usage

var flatten= require("flatten-js-object")

var obj = {
    ABC:123
    DEF:{
        GEF:4321
    }
}

var simpleObj= flatten(obj);
/*
 {
  ABC:123
  DEF.GEF:4321
 }
*/

Readme

Keywords

Package Sidebar

Install

npm i flatten-js-object

Weekly Downloads

1

Version

1.0.2

License

ISC

Last publish

Collaborators

  • noahwallace