2019-10-31 20:43:47 -05:00
|
|
|
## Jackson Cookbooks and Examples
|
|
|
|
|
|
|
|
This module contains articles about Jackson.
|
|
|
|
|
2019-10-25 14:14:04 +02:00
|
|
|
### The Course
|
|
|
|
|
2019-10-31 20:43:47 -05:00
|
|
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|
|
|
|
2021-11-24 14:20:24 +08:00
|
|
|
### Relevant Articles:
|
|
|
|
|
2019-10-31 20:43:47 -05:00
|
|
|
- [Using Optional with Jackson](https://www.baeldung.com/jackson-optional)
|
2019-12-02 11:44:19 +02: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 12:28:18 +02:00
|
|
|
- [Inheritance with Jackson](https://www.baeldung.com/jackson-inheritance)
|
2019-12-02 11:44:19 +02:00
|
|
|
- [Working with Tree Model Nodes in Jackson](https://www.baeldung.com/jackson-json-node-tree-model)
|
2021-11-24 14:20:24 +08:00
|
|
|
- [Get all the Keys in a JSON String Using JsonNode](https://www.baeldung.com/java-jsonnode-get-keys)
|