Reflection-based JSON serialization and deserialization for Kotlin


License

License

Categories

Categories

JSON Data
GroupId

GroupId

io.kjson
ArtifactId

ArtifactId

kjson
Last Version

Last Version

3.1
Release Date

Release Date

Type

Type

jar
Description

Description

Reflection-based JSON serialization and deserialization for Kotlin
Reflection-based JSON serialization and deserialization for Kotlin
Project URL

Project URL

https://github.com/pwall567/kjson
Source Code Management

Source Code Management

https://github.com/pwall567/kjson.git

Download kjson

How to add to project

<!-- https://jarcasting.com/artifacts/io.kjson/kjson/ -->
<dependency>
    <groupId>io.kjson</groupId>
    <artifactId>kjson</artifactId>
    <version>3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.kjson/kjson/
implementation 'io.kjson:kjson:3.1'
// https://jarcasting.com/artifacts/io.kjson/kjson/
implementation ("io.kjson:kjson:3.1")
'io.kjson:kjson:jar:3.1'
<dependency org="io.kjson" name="kjson" rev="3.1">
  <artifact name="kjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kjson', module='kjson', version='3.1')
)
libraryDependencies += "io.kjson" % "kjson" % "3.1"
[io.kjson/kjson "3.1"]

Dependencies

compile (14)

Group / Artifact Type Version
io.kjson : kjson-core jar 3.0
io.kjson : kjson-annotations jar 1.2
io.kjson : kjson-pointer jar 1.9
net.pwall.json : json-functions jar 1.5
net.pwall.json : json-co-functions jar 1.1
net.pwall.json : json-validation jar 1.4
net.pwall.text : textmatcher jar 1.1
net.pwall.util : date-output jar 1.1
net.pwall.util : co-date-output jar 1.0
net.pwall.util : int-output jar 1.3
net.pwall.util : co-int-output jar 2.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.10
org.jetbrains.kotlin : kotlin-reflect jar 1.6.10
org.jetbrains.kotlinx : kotlinx-coroutines-core Optional jar 1.6.2

test (4)

Group / Artifact Type Version
junit : junit jar 4.13.2
io.kjson : kjson-test jar 2.2
net.pwall.util : immutables jar 2.2
org.jetbrains.kotlin : kotlin-test-junit jar 1.6.10

Project Modules

There are no modules declared in this project.

Versions

Version
3.1
3.0
2.5
2.4
2.3
2.2
2.1
2.0
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
0.2
0.1