Source: jackson-core Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Mechtilde Stehmann Build-Depends: debhelper-compat (= 13) , default-jdk , maven-debian-helper (>= 1.6.5) , xmlstarlet Build-Depends-Indep: default-jdk-doc , junit4 , libbuild-helper-maven-plugin-java , libjs-jquery , libjs-jquery-ui , libmaven-bundle-plugin-java , libmaven-enforcer-plugin-java , libmaven-javadoc-plugin-java , libreplacer-java Standards-Version: 4.5.1 Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/java-team/jackson-core.git Vcs-Browser: https://salsa.debian.org/java-team/jackson-core Homepage: http://wiki.fasterxml.com/JacksonHome Package: libjackson2-core-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Suggests: libjackson2-core-java-doc Description: fast and powerful JSON library for Java -- core library The Jackson Data Processor is a multi-purpose Java library for processing JSON. Jackson aims to be the best possible combination of fast, correct, lightweight, and ergonomic for developers. It offers three alternative methods for processing JSON: . * Streaming API inspired by StAX * Tree Model * Data Binding converts JSON to and from POJOs . In addition to the core library, there are numerous extension that provide additional functionality such as additional data formats beyond JSON, additional data types or JVM languages. . This package contains the Jackson core library. Package: libjackson2-core-java-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${maven:DocDepends} Recommends: ${maven:DocOptionalDepends} Suggests: libjackson2-core-java Description: Documentation for Jackson-core The Jackson Data Processor is a multi-purpose Java library for processing JSON. Jackson aims to be the best possible combination of fast, correct, lightweight, and ergonomic for developers. It offers three alternative methods for processing JSON: . * Streaming API inspired by StAX * Tree Model * Data Binding converts JSON to and from POJOs . In addition to the core library, there are numerous extension that provide additional functionality such as additional data formats beyond JSON, additional data types or JVM languages. . This package contains the API documentation of libjackson2-core-java.