535d9a97b4 | ||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
Jackson Cookbooks and Examples
This module contains articles about Jackson.
The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring
Relevant Articles:
- Using Optional with Jackson
- Compare Two JSON Objects with Jackson
- Jackson vs Gson
- Inheritance with Jackson
- Working with Tree Model Nodes in Jackson
- Get all the Keys in a JSON String Using JsonNode
- Difference Between asText() and toString() in JsonNode
- Deserialize Generic Type with Jackson
- Setting Default Values to Null Fields in Jackson Mapping
- Removing JSON Elements With Jackson