An open API service indexing awesome lists of open source software.

https://github.com/maximilianmairinger/circflatten

Flatten (circular) objects.
https://github.com/maximilianmairinger/circflatten

circ circular cyclic flat flatten object recursive self-referencing serialize

Last synced: over 1 year ago
JSON representation

Flatten (circular) objects.

Awesome Lists containing this project

README

          

# Circ flatten

Flatten (circular) objects.

> Please note that Circ flatten is currently under development and not yet suited for production

## Installation

```shell
$ npm i circ-flatten
```

## Usage

```ts
import circFlatten from "circ-flatten"

circFlatten()
```

## Contribute

All feedback is appreciated. Create a pull request or write an issue.