Skip to content

Commit

Permalink
Link to json.org.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Jan 29, 2016
1 parent 6c9b33c commit 870ca7e
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 @@ -4,7 +4,7 @@
### *AR*bitrary *S*tructured *O*bject *N*otation

JSON is great until you need to encode an object with circular references:
[JSON](http:https://www.json.org/) is great until you need to encode an object with circular references:
```js
var obj = {};
obj.self = obj;
Expand Down

0 comments on commit 870ca7e

Please sign in to comment.