JSON5
Installation
npm i air5@latest --save
npm i air5-json5@latest --save
Usage
const Air5 = require('air5')
const database = new Air5('example-name', {
provider: 'json5',
path: './air5/'
})
Last updated
Was this helpful?