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

https://github.com/phothinmg/array-json

Array as JSON in Node JS
https://github.com/phothinmg/array-json

array json jsondatabase node

Last synced: 3 months ago
JSON representation

Array as JSON in Node JS

Awesome Lists containing this project

README

        

---

![ASJ](https://imagedelivery.net/6bSk6wUa9UOwEesJAZQuoA/f3576313-3b18-4834-063a-fa6265952800/public)

---

## About

**Node.js functions, which manage JSON Files.**

[Array As JSON](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON#arrays_as_json) at MDN.

---
## Install

```bash
npm i array-json
```

---

```bash
yarn add array-json
```

---

```bash
pnpm i array-json
```

---

Coverage

**The documentation site has available functions.**

[Visit documentation site.](https://phothinmg.github.io/array-json/)

---