Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom committed Jan 21, 2021
1 parent 81a2e83 commit 84b91dc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,13 @@ db.get("old").set("newData");
// after: {"old": "newData"}
```

Return the Raw Value of a Selected Property:

```js
// before {"list": [1, 2, 3]}
db.get("list").value(); // returns [1, 2, 3]
```

Set Key-Value Pair on Dictionary Property:

```js
Expand Down

0 comments on commit 84b91dc

Please sign in to comment.