2019-10-31 21:43:47 -04:00
|
|
|
## Jackson Cookbooks and Examples
|
|
|
|
|
|
|
|
This module contains articles about Jackson.
|
|
|
|
|
2019-10-25 08:14:04 -04:00
|
|
|
### The Course
|
|
|
|
|
2019-10-31 21:43:47 -04:00
|
|
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
- [Using Optional with Jackson](https://www.baeldung.com/jackson-optional)
|
2019-12-02 04:44:19 -05:00
|
|
|
- [Compare Two JSON Objects with Jackson](https://www.baeldung.com/jackson-compare-two-json-objects)
|
|
|
|
- [Jackson vs Gson](https://www.baeldung.com/jackson-vs-gson)
|
2019-11-26 05:28:18 -05:00
|
|
|
- [Inheritance with Jackson](https://www.baeldung.com/jackson-inheritance)
|
2019-12-02 04:44:19 -05:00
|
|
|
- [Working with Tree Model Nodes in Jackson](https://www.baeldung.com/jackson-json-node-tree-model)
|