JAVA-12729: rename jackson module

This commit is contained in:
sampadawagde
2022-07-29 19:32:11 +05:30
parent 33c18f2cd5
commit 5c8d615fdb
53 changed files with 4 additions and 4 deletions
+16
View File
@@ -0,0 +1,16 @@
## 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](https://www.baeldung.com/jackson-optional)
- [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)
- [Inheritance with Jackson](https://www.baeldung.com/jackson-inheritance)
- [Working with Tree Model Nodes in Jackson](https://www.baeldung.com/jackson-json-node-tree-model)
- [Get all the Keys in a JSON String Using JsonNode](https://www.baeldung.com/java-jsonnode-get-keys)