The Jackson Cookbook
The Jackson Cookbook
JSON Recipes in Java
About the Book
Jackson is a popular, high-performance JSON processor for Java. Jackson can support almost any JSON need that you might have, but that flexibility can make it complex to use. This book takes a problem and then shows, with lots of code and JSON examples, how to solve that problem using various Jackson features. Many of these problems were ones I encountered integrating JSON support with a "legacy" codebase, i.e., a codebase where I couldn't modify the code, using Data Binding, but I'll also cover some of the Streaming API that's used within custom serializers/deserializers. As a bonus, the Appendix contains a description of JSON tools that I've found useful along the way.
Topics Covered:
- Configuring the ObjectMapper with pretty-printing, null-handling, and more
- Integrating with legacy or third-party code using mix-ins
- Ignoring properties and types and adjusting property auto-detection
- Writing custom serializers and deserializers
- Using @JsonCreator and value instantiators
- Grouping customizations into Modules
Problems Welcome!
If you're using Jackson, and have a pesky problem (or solution!), don't hesitate to post it in the book discussion group here: http://j.mp/jcdiscuss and I may include it in the next release of this book.
Jackson Version:
Note that this book covers only the 2.x version of Jackson, not the earlier 1.x releases.
Early Access
Following the LeanPub credo, publish early and often, I am publishing this book even though only 2 chapters (and 2 appendices) have been written. As an early buyer you can purchase the book at bargain price. As more chapters are completed and published, the minimum price will go up.
Table of Contents
-
Release Notes
- Version 0.3
- Version 0.2
- Version 0.1
- Acknowledgments
-
Introduction
- Problems Welcome!
-
Configuring JSON Formatting
- Recipe: Make JSON Output More Readable
-
Recipe: Suppress
null
values globally - Recipe: Ordering properties in JSON output
-
General
ObjectMapper
tip
-
Mix-Ins
- What they are
- What they’re not
- Two styles of Mix-ins
- Recipe: Stand-alone mix-in classes
- Recipe: Make a POJO deserializable
-
Appendix: JSON Information
- JSON Defined
- JSON Schema
-
Appendix: JSON Tools
- JSON Lint
- JSON Editor Online
- JSON2HTML
-
Appendix: Java JSON Tools
- JSON Schema to Java POJO
The Leanpub 60 Day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.
You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!
So, there's no reason not to click the Add to Cart button, is there?
See full terms...
Earn $8 on a $10 Purchase, and $16 on a $20 Purchase
We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.
(Yes, some authors have already earned much more than that on Leanpub.)
In fact, authors have earnedover $14 millionwriting, publishing and selling on Leanpub.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them