This package has been deprecated

Author message:

no

jason-js

1.0.1-dev • Public • Published

JASON

Jason(not to be confused with json) : The Easiest and the fastest database file format

Data Types

JASON supports the following formats:-

  1. String ("string")
  2. Integer (20)
  3. Arrays ["20", 30]
  4. Objects (soon!)

Example Of JASON

Jason file

data.type=jason;
type;
code=ahqsoftwares;
type=[20];

JS Code

//jason example
const jason = require("jason");

const reader = new jason("./test/test.jason");

console.log(reader.get("type"));
//returns [20]

/jason-js/

    Package Sidebar

    Install

    npm i jason-js

    Weekly Downloads

    0

    Version

    1.0.1-dev

    License

    ISC

    Unpacked Size

    8.89 kB

    Total Files

    8

    Last publish

    Collaborators

    • ahqahqahqahq