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
|
|
|
|
|
2021-11-24 01:20:24 -05:00
|
|
|
### Relevant Articles:
|
|
|
|
|
2019-10-31 21:43:47 -04:00
|
|
|
- [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)
|
2021-11-24 01:20:24 -05:00
|
|
|
- [Get all the Keys in a JSON String Using JsonNode](https://www.baeldung.com/java-jsonnode-get-keys)
|
2023-03-30 10:10:01 -04:00
|
|
|
- [Difference Between asText() and toString() in JsonNode](https://www.baeldung.com/java-jsonnode-astext-vs-tostring)
|
2023-04-14 04:54:40 -04:00
|
|
|
- [Deserialize Generic Type with Jackson](https://www.baeldung.com/java-deserialize-generic-type-with-jackson)
|
2023-07-01 05:09:10 -04:00
|
|
|
- [Setting Default Values to Null Fields in Jackson Mapping](https://www.baeldung.com/java-jackson-mapping-default-values-null-fields)
|