Skip to content

Alex111998/jdrupes-json

 
 

Repository files navigation

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.

About

JDrupes JSON library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 84.4%
  • CSS 8.5%
  • Groovy 7.1%