> For the complete documentation index, see [llms.txt](https://abdullah-aly.gitbook.io/jsonbyte/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://abdullah-aly.gitbook.io/jsonbyte/get-started.md).

# Get Started

Welcome to JsonByte

### What is JsonByte

its package help you to get full access to JSON file via functions

### Install

```bash
npm install jsonbyte
```

### Usage

```javascript
const json = require("jsonbyte");


const file = new json("./file.json")
```
