Skip to content

Commit

Permalink
docs: update reviver example
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercejudo committed May 7, 2016
1 parent bf3cf26 commit 5cef429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ var decimalThird = new Decimal40('1').div(new Decimal('3'));
var stringified = JSON.stringify(decimalThird);
// => '"0.3333333333333333333333333333333333333333"'

JSON.parse(stringified, Decimal40.JSONReviver);
JSON.parse(stringified, Decimal40.reviver);
// => new Decimal40('0.3333333333333333333333333333333333333333')
```

Expand Down

0 comments on commit 5cef429

Please sign in to comment.