![]() |
|
JSON is a light-weight, language independent, data interchange format.
Jackson can be used either to parse JSON strings, or to generate JSON data.
Beyond basic JSON reading/writing (parsing, generating), it also offers full node-based Tree Model, as well as full OJM (Object/Json Mapper) data binding functionality.
Here are some key features of "Jackson":
· Streaming (reading, writing)
· FAST (measured to be faster than any other Java json parser and data binder)
· Powerful (full data binding for common JDK classes as well as any Java bean class, Collection, Map or Enum)
· Zero-dependency (does not rely on other packages beyond JDK)
· Fully conformant
· Extremely configurable
What's New in This Release: [ read full changelog ]
· No fixes or changes, released along with other core components.

Via: Jackson 2.1.1
0 Comment:
Post a Comment