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
- Host: GitHub
- URL: https://github.com/phothinmg/array-json
- Owner: phothinmg
- License: apache-2.0
- Created: 2024-02-29T01:14:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T18:08:35.000Z (about 1 year ago)
- Last Synced: 2025-03-08T20:02:33.711Z (3 months ago)
- Topics: array, json, jsondatabase, node
- Language: TypeScript
- Homepage: https://phothinmg.github.io/array-json/
- Size: 335 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---

---
## 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
```---
**The documentation site has available functions.**
[Visit documentation site.](https://phothinmg.github.io/array-json/)
---