Skip to content

Commit

Permalink
Show the decoding for Buffer objects.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Feb 2, 2016
1 parent 07efa92 commit 51d8bd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ It can also encode array *holes*:
```js
> ARSON.encode(new Buffer("asdf"))
'[["Buffer","YXNkZg==","base64"]]'
> ARSON.decode(_)
<Buffer 61 73 64 66>
```

`Date`s:
Expand Down

0 comments on commit 51d8bd0

Please sign in to comment.