Get Started
Welcome to JsonByte
What is JsonByte
its package help you to get full access to JSON file via functions
Install
npm install jsonbyte
Usage
const json = require("jsonbyte");
const file = new json("./file.json")
Last updated