Skip to content

Commit 12a1f4f

Browse files
committed
Add link to CBOR website
1 parent 19ee2ae commit 12a1f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Art of C++ / JSON is a zero-dependency C++11 header-only library that provid
1515
* Achieves a **100% score** in the [Native JSON Benchmark] conformance tests.
1616
* [RFC6901]: JavaScript Object Notation (JSON) Pointer.
1717
* [RFC6902]: JavaScript Object Notation (JSON) Patch.
18-
* [RFC7049]: Concise Binary Object Representation (CBOR).
18+
* [RFC7049]: Concise Binary Object Representation ([CBOR](http://cbor.io)).
1919
* [JAXN], a standard for relaxed JSON.
2020
* Experimental support for [JSON Reference](https://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03) (local URI fragments only).
2121
* Experimental support for [JSON Schema](http://json-schema.org/documentation.html) (draft v4).

0 commit comments

Comments
 (0)