Skip to content

Commit 86b74d9

Browse files
authored
Add JSON deserialization and Ktor client integrations (#341)
Serialization library still provides serialization-json artifact
1 parent c40af25 commit 86b74d9

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

ktor-client.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"description": "Asynchronous HTTP client",
3+
"properties": [
4+
{ "name": "v", "value": "0.1.0-dev-3" },
5+
{ "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-ktor-client-json-generation" }
6+
],
7+
"repositories": [
8+
"https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven"
9+
],
10+
"dependencies": [
11+
"org.jetbrains.kotlinx:kotlin-jupyter-ktor-client-json-generation:$v"
12+
]
13+
}

serialization.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
2-
"description": "Kotlin multi-format reflection-less serialization",
2+
"description": "Deserialize JSON content using kotlinx.serialization and automatically generate classes for it",
33
"properties": [
4-
{ "name": "v", "value": "1.6.3" },
5-
{ "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlinx-serialization-json" }
4+
{ "name": "v", "value": "0.1.0-dev-5" },
5+
{ "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-json-generation" }
66
],
77
"link": "https://github.com/Kotlin/kotlinx.serialization",
8-
"dependencies": [
9-
"org.jetbrains.kotlinx:kotlinx-serialization-json:$v"
8+
"repositories": [
9+
"https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven"
1010
],
11-
"imports": [
12-
"kotlinx.serialization.*",
13-
"kotlinx.serialization.json.*"
11+
"dependencies": [
12+
"org.jetbrains.kotlinx:kotlin-jupyter-json-generation:$v"
1413
]
1514
}

0 commit comments

Comments
 (0)