Jackson 简明教程
Jackson Tutorial
Jackson 是用于序列化或将 Java 对象映射到 JSON 及反之的一个非常流行且高效的基于 Java 的库。本教程将以简单直观的方式教会你 Jackson 库 API 的基本和高级功能及其用法。
Jackson is a very popular and efficient java based library to serialize or map java objects to JSON and vice versa. This tutorial will teach you basic and advanced Jackson library API features and their usage in a simple and intuitive way.
Audience
该参考已为从初学者到专家级别的 Java 开发人员准备。完成本教程后,你将在 Jackson 库的知识方面达到中等水平,从此你可以进入下一个级别
This reference has been prepared for the Java developers from beginner to expert level. After completing this tutorial you will find yourself at a moderate level of expertise in knowledge of Jackson library from where you can take yourself to next levels