File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,12 @@ This package is the base on which [Jackson data-binding](https://github.com/Fast
99It is licensed under [ Apache License 2.0] ( https://www.apache.org/licenses/LICENSE-2.0 ) .
1010
1111Alternate data format implementations (like
12- [ Smile (binary JSON)] ( https://github.com/FasterXML/jackson-dataformats-binary/tree/master /smile ) ,
12+ [ Smile (binary JSON)] ( https://github.com/FasterXML/jackson-dataformats-binary/tree/2.19 /smile ) ,
1313[ XML] ( https://github.com/FasterXML/jackson-dataformat-xml ) ,
14- [ CSV] ( https://github.com/FasterXML/jackson-dataformats-text/tree/master/csv ) ,
15- [ Protobuf] ( https://github.com/FasterXML/jackson-dataformats-binary/tree/master/protobuf ) ,
16- and [ CBOR] ( https://github.com/FasterXML/jackson-dataformats-binary/tree/master/cbor ) )
14+ [ CSV] ( https://github.com/FasterXML/jackson-dataformats-text/tree/2.19/csv ) ,
15+ [ YAML] ( https://github.com/FasterXML/jackson-dataformats-text/tree/2.19/yaml ) ,
16+ [ Protobuf] ( https://github.com/FasterXML/jackson-dataformats-binary/tree/2.19/protobuf ) ,
17+ and [ CBOR] ( https://github.com/FasterXML/jackson-dataformats-binary/tree/2.19/cbor ) )
1718also build on this base package, implementing the core interfaces,
1819making it possible to use standard [ data-binding package] ( https://github.com/FasterXML/jackson-databind ) regardless of underlying data format.
1920
You can’t perform that action at this time.
0 commit comments