Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/foxcapades/json4k

Kotlin abstraction over Json creation libraries.
https://github.com/foxcapades/json4k

json json-api kotlin kotlin-library

Last synced: 12 days ago
JSON representation

Kotlin abstraction over Json creation libraries.

Awesome Lists containing this project

README

        

= Json4k

image:https://img.shields.io/badge/jvm-1.8-red[]
image:https://img.shields.io/badge/kotlin-1.6.10-green[]
image:https://img.shields.io/maven-central/v/io.foxcapades.lib/json4k[Maven Central, link="https://search.maven.org/artifact/io.foxcapades.lib/json4k"]

Provides an abstraction over Json libraries to allow generic Json creation
without binding to any specific Json implementation.

== Implementations

[cols=2]
|===
| FasterXML Jackson
| https://github.com/Foxcapades/Json4k-Jackson[Json4k Jackson]

|===