https://github.com/mnlipp/jdrupes-json
JDrupes JSON library
https://github.com/mnlipp/jdrupes-json
Last synced: about 1 month ago
JSON representation
JDrupes JSON library
- Host: GitHub
- URL: https://github.com/mnlipp/jdrupes-json
- Owner: mnlipp
- License: other
- Created: 2017-08-07T09:37:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-16T10:15:04.000Z (almost 3 years ago)
- Last Synced: 2025-02-16T22:41:22.892Z (4 months ago)
- Language: Java
- Homepage:
- Size: 1.15 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
JDrupes JSON library
==================[](https://travis-ci.org/mnlipp/jdrupes-json)
[](https://www.codacy.com/app/mnlipp/jdrupes-json?utm_source=github.com&utm_medium=referral&utm_content=mnlipp/jdrupes-json&utm_campaign=Badge_Grade)
[](https://lima.codeclimate.com/github/mnlipp/jdrupes-json)
[](https://codebeat.co/projects/github-com-mnlipp-jdrupes-json-master)
[](https://jitpack.io/#mnlipp/jdrupes-json)
[](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.jdrupes.json%22)
[](https://www.javadoc.io/doc/org.jdrupes.json/json)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](https://github.com/FasterXML/jackson-core).This library requires Java 11 SE. Binaries are currently made
available at maven central.```gradle
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](https://www.javadoc.io/doc/org.jdrupes.json/json/)
or [close to master](https://mnlipp.github.io/jdrupes-json/javadoc/index.html)).Contributions and bug reports are welcome. Please provide them as
GitHub issues.