1.0.6 • Published 5 years ago

circular-structure-stringify v1.0.6

Weekly downloads
4
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago