java-tutorials/jackson-2/README.md

12 lines
443 B
Markdown
Raw Normal View History

=========
## Jackson Cookbooks and Examples
###The Course
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-08 07:06:29 -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)