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
9
9
It is licensed under [ Apache License 2.0] ( https://www.apache.org/licenses/LICENSE-2.0 ) .
10
10
11
11
Alternate 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 ) ,
13
13
[ 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 ) )
17
18
also build on this base package, implementing the core interfaces,
18
19
making it possible to use standard [ data-binding package] ( https://github.com/FasterXML/jackson-databind ) regardless of underlying data format.
19
20
You can’t perform that action at this time.
0 commit comments