1.0.6 • Published 7 years ago

circular-structure-stringify v1.0.6

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

circular-structure-stringify

Use to get around the problem of stringifying a JSON causing an error saying: "Cannot convert Circular Structure to JSON"

Getting Started

Installing

npm install circular-structure-stringify

Usage

import CircularStructureStringify from 'circular-structure-stringify';

console.log(CircularStructureStringify(THE_CIRCULAR_JSON));
1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago