Created
August 11, 2021 11:29
-
-
Save renato425/fce769484b400d3057261c6883179df4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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