Gson

Gson 2.2.4

JSON is a light-weight, language independent, data interchange format, ideal for data transfers, organization, and storage.JSON mainly revolves around how data structures can be saved and recorded, and then easily transformed to another language-specific...

Guava

Guava 19.0 updated

The Guava cover a lot of basic points when it comes to Java programming, but not enough to be called a proper Java framework. Dealing with low-level functionality, string, and data processing, the Guava collection can be used whenever needing to do basic...

J2ObjC

J2ObjC 1.0.2 updated

Objective-C is the main programming language used for the OS X and iOS operating systems. J2ObjC allows developers to execute Java source within an iOS or OS X app. The purpose and principles behind something like J2ObjC is to allow developers to write an...