Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/foxcapades/json4k
- Owner: Foxcapades
- License: mit
- Created: 2022-01-12T15:03:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-21T18:42:17.000Z (almost 3 years ago)
- Last Synced: 2024-11-01T05:27:28.026Z (2 months ago)
- Topics: json, json-api, kotlin, kotlin-library
- Language: Kotlin
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.adoc
- License: license
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]|===