Skip to content

Commit b3b4887

Browse files
committed
add links to other Jackson binary format backends
1 parent 1036ad9 commit b3b4887

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ All modules are licensed under [Apache License 2.0](http://www.apache.org/licens
1818

1919
[![Build Status](https://travis-ci.org/FasterXML/jackson-dataformats-binary.svg)](https://travis-ci.org/FasterXML/jackson-dataformats-binary)
2020

21+
## Other Jackson binary backends
22+
23+
In addition to binary format backends hosted by FasterXML in this repo, there are other
24+
known Jackson backends for binary data formats.
25+
For example:
26+
27+
* [bson4jackson](https://github.com/michel-kraemer/bson4jackson) for [BSON](http://en.wikipedia.org/wiki/BSON)
28+
* [EXIficient](https://github.com/EXIficient/exificient-for-json) for [Efficient XML Interchange](https://en.wikipedia.org/wiki/Efficient_XML_Interchange)
29+
* [jackson-dataformat-msgpack](https://github.com/msgpack/msgpack-java/tree/develop/msgpack-jackson) for [MessagePack](http://en.wikipedia.org/wiki/MessagePack) (aka `MsgPack`) format
30+
2131
## More
2232

2333
See [Wiki](../../wiki) for more information (javadocs).

0 commit comments

Comments
 (0)