2019-03-18 02:56:13 -04:00
|
|
|
## Jackson Cookbooks and Examples
|
|
|
|
|
2019-10-03 02:36:36 -04:00
|
|
|
This module contains articles about Jackson.
|
|
|
|
|
2019-08-02 10:01:37 -04:00
|
|
|
### The Course
|
2019-03-18 02:56:13 -04:00
|
|
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2019-03-26 03:23:56 -04:00
|
|
|
- [Mapping Multiple JSON Fields to a Single Java Field](https://www.baeldung.com/json-multiple-fields-single-java-field)
|
2019-05-02 05:39:40 -04:00
|
|
|
- [How to Process YAML with Jackson](https://www.baeldung.com/jackson-yaml)
|
2019-05-07 00:37:38 -04:00
|
|
|
- [Working with Tree Model Nodes in Jackson](https://www.baeldung.com/jackson-json-node-tree-model)
|
2019-07-03 02:35:53 -04:00
|
|
|
- [Converting JSON to CSV in Java](https://www.baeldung.com/java-converting-json-to-csv)
|
2019-08-02 10:01:20 -04:00
|
|
|
- [Compare Two JSON Objects with Jackson](https://www.baeldung.com/jackson-compare-two-json-objects)
|
2019-08-23 22:58:03 -04:00
|
|
|
- [Calling Default Serializer from Custom Serializer in Jackson](https://www.baeldung.com/jackson-call-default-serializer-from-custom-serializer)
|
2019-10-03 02:36:36 -04:00
|
|
|
- More articles: [[<-- prev]](/../jackson)
|