jar

io.kjson : kjson-ktor

Maven & Gradle

Jul 19, 2023
0 stars

JSON functionality for ktor · Reflection-based JSON serialization and deserialization for ktor

Table Of Contents

Latest Version

Download io.kjson : kjson-ktor JAR file - Latest Versions:

All Versions

Download io.kjson : kjson-ktor JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2
1.1
1.0
0.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window kjson-ktor-1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.kjson.ktor

├─ io.kjson.ktor.JSONKtor.class - [JAR]

├─ io.kjson.ktor.JSONKtorClientException.class - [JAR]

├─ io.kjson.ktor.JSONKtorException.class - [JAR]

├─ io.kjson.ktor.JSONKtorFunctionsKt.class - [JAR]

├─ io.kjson.ktor.JSONKtorStreamKt.class - [JAR]

├─ io.kjson.ktor.JSONLinesChannelOutput.class - [JAR]

├─ io.kjson.ktor.JSONLinesFlowOutput.class - [JAR]

├─ io.kjson.ktor.JSONLinesOutput.class - [JAR]

io.kjson.util

├─ io.kjson.util.CoOutputChannel.class - [JAR]

├─ io.kjson.util.JSONDeserializerCoPipeline.class - [JAR]

io.kjson.ktor.io

├─ io.kjson.ktor.io.KtorByteChannelCoAcceptor.class - [JAR]

├─ io.kjson.ktor.io.KtorByteChannelOutput.class - [JAR]

├─ io.kjson.ktor.io.KtorOutgoingContent.class - [JAR]

Advertisement