Skip to content

Instantly share code, notes, and snippets.

@renato425
Created August 11, 2021 11:29
Show Gist options
  • Save renato425/fce769484b400d3057261c6883179df4 to your computer and use it in GitHub Desktop.
Save renato425/fce769484b400d3057261c6883179df4 to your computer and use it in GitHub Desktop.
const SimpleDBJson = require('simple-db-json')
const db = new SimpleDBJson('db', '\t')
if (db.get('property').has('object').this == true) {
db.get('property').set('newObject', {setando: 'um objeto'})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment