Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.87 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.87 KB

JDrupes JSON library

Build Status Codacy Badge Code Climate Codebeat Badge Release Maven Central Javadocs

The goal of this package is to provide a JSON encoder and decoder for JavaBeans and maps or collections of primitive types (and JavaBeans) as an OSGi compliant utility library using the Jackson core library.

This library requires Java 11 SE. Binaries are currently made available at maven central.

repositories {
	mavenCentral()
}

dependencies {
	compile 'org.jdrupes.json:json:X.Y.Z'
}

(See badge above for the latest version.)

The best starting point for using the library is to have a look at the Javadoc (either properly versioned or close to master).

Contributions and bug reports are welcome. Please provide them as GitHub issues.