Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-co-stream

Build Status License: MIT Kotlin Maven Central

Kotlin coroutine version of the json-stream library.

Includes JSONDeserializerCoPipeline, a pipeline that accepts JSONValues and emits deserialized values.

Dependency Specification

The latest version of the library is 0.8.1, and it may be obtained from the Maven Central repository.

Maven

    <dependency>
      <groupId>net.pwall.json</groupId>
      <artifactId>json-co-stream</artifactId>
      <version>0.8.1</version>
    </dependency>

Gradle

    implementation 'net.pwall.json:json-co-stream:0.8.1'

Gradle (kts)

    implementation("net.pwall.json:json-co-stream:0.8.1")

Peter Wall

2023-10-17

About

Kotlin corutine version of json-stream

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages