2019-04-14 13:07:03 -04:00
|
|
|
|
=========
|
2019-04-17 14:51:12 -04:00
|
|
|
|
### Jackson Articles that are also part of the e-book
|
2019-04-14 13:07:03 -04:00
|
|
|
|
|
|
|
|
|
###The Course
|
|
|
|
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|
|
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
|
- [Jackson Ignore Properties on Marshalling](http://www.baeldung.com/jackson-ignore-properties-on-serialization)
|
|
|
|
|
- [Jackson Unmarshalling json with Unknown Properties](http://www.baeldung.com/jackson-deserialize-json-unknown-properties)
|
|
|
|
|
- [Jackson Annotation Examples](http://www.baeldung.com/jackson-annotations)
|
|
|
|
|
- [Intro to the Jackson ObjectMapper](http://www.baeldung.com/jackson-object-mapper-tutorial)
|
|
|
|
|
- [Ignore Null Fields with Jackson](http://www.baeldung.com/jackson-ignore-null-fields)
|
2019-04-17 14:51:12 -04:00
|
|
|
|
- [Jackson – Change Name of Field](http://www.baeldung.com/jackson-name-of-property)
|