jackson-jr 2.10.1-1 source package in Ubuntu

Changelog

jackson-jr (2.10.1-1) unstable; urgency=medium

  * New upstream version 2.10.1.

 -- Markus Koschany <email address hidden>  Sun, 15 Dec 2019 22:19:19 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jackson-jr_2.10.1-1.dsc 2.4 KiB 3aa805d26ebf99f05f1b4c5e5bd61d37bbee040d6cce06589772ed99f7edd1ad
jackson-jr_2.10.1.orig.tar.gz 86.2 KiB 373a382b47f09d41a100afa2f345ef4e6187973aaf139e6690b5e1ea3c124943
jackson-jr_2.10.1-1.debian.tar.xz 3.5 KiB 0a951e18c4196f5a51dc65b39c0f057ef8884ebd8e2a011aca4fc215f2eeb44b

Available diffs

No changes file available.

Binary packages built by this source

libjackson2-jr-java: JSON library for Java -- standalone data-binding module

 Jackson jr is a compact alternative to the full Jackson Databind component. It
 implements a subset of functionality, for example for cases where size of jar
 or startup time matters. In addition to basic datatypes the package supports
 reading and writing of standard Java Beans (an implementation that mimics the
 standard JDK Bean Introspection).
 .
 Jackson jr also adds composer implementation that can be used to construct
 JSON output with builder-style API, but without necessarily having to build an
 in-memory representation: instead, it can directly use the streaming-api for
 direct output. It is also possible to build actual in-memory JSON String or
 byte[] representation, if that is preferable.

libjackson2-jr-java-doc: Documentation for libjackson2-jr-java

 Jackson jr is a compact alternative to the full Jackson Databind component. It
 implements a subset of functionality, for example for cases where size of jar
 or startup time matters. In addition to basic datatypes the package supports
 reading and writing of standard Java Beans (an implementation that mimics the
 standard JDK Bean Introspection).
 .
 This package contains the API documentation of libjackson2-jr-java.