jsonbyte
  • Get Started
  • Property
    • Get
    • Create
    • Change
    • Remove
    • Merge
    • Replace
    • Exists
    • Preview
  • Comments
    • Create
    • Remove
    • Get
    • All
  • Array
    • Create Element
    • Create Element In First
    • Remove Element
    • Get Element
  • Conditional
    • Key
    • Value
  • extras
    • Join
    • Leave
Powered by GitBook
On this page
  1. Property

Get

you can get property value via file.get function

const json = require("jsonbyte");


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

const username = file.get("username")
console.log(username) // Output: jsob

PreviousGet StartedNextCreate

Last updated 2 years ago