libjson-java 2.4-1 source package in Ubuntu

Changelog

libjson-java (2.4-1) unstable; urgency=medium

  * New upstream release
  * Standards-Version updated to 3.9.6 (no changes)
  * Use XZ compression for the upstream tarball
  * Moved the package to Git

 -- Emmanuel Bourg <email address hidden>  Thu, 22 Oct 2015 23:34:54 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libjson-java_2.4-1.dsc 2.2 KiB 85abd610660cafc303041fd173f134d995c275d954f7cf3af3f0266037ba967d
libjson-java_2.4.orig.tar.xz 50.7 KiB 2d1efba89953fea8d0883d41e9422ebb5b498f310e2f8275fc0bfc8ef4d0baf0
libjson-java_2.4-1.debian.tar.xz 3.4 KiB d482af35de7f351d3433d9e2d9f3844dbe6b199e6c51f87f14c77190ed89c135

Available diffs

No changes file available.

Binary packages built by this source

libjson-java: library for transforming Java objects and XML to JSON and back again

 JSON-lib is a java library for transforming beans, maps, collections,
 java arrays and XML to JSON and back again to beans and DynaBeans.
 .
 JSON (JavaScript Object Notation) is a lightweight data-interchange
 format. It is easy for humans to read and write. It is easy for
 machines to parse and generate. It is based on a subset of the
 JavaScript Programming Language, Standard ECMA-262 3rd Edition -
 December 1999. JSON is a text format that is completely language
 independent but uses conventions that are familiar to programmers of
 the C-family of languages, including C, C++, C#, Java, JavaScript,
 Perl, Python, and many others. These properties make JSON an ideal
 data-interchange language.