13 lines
532 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 15:23:56 +08:00
- [Mapping Multiple JSON Fields to a Single Java Field](https://www.baeldung.com/json-multiple-fields-single-java-field)
2019-05-02 17:39:40 +08:00
- [How to Process YAML with Jackson](https://www.baeldung.com/jackson-yaml)
2019-05-07 05:37:38 +01:00
- [Working with Tree Model Nodes in Jackson](https://www.baeldung.com/jackson-json-node-tree-model)
2019-07-03 12:05:53 +05:30
- [Converting JSON to CSV in Java](https://www.baeldung.com/java-converting-json-to-csv)