Kotlin coroutine version of the json-stream library.
Includes JSONDeserializerCoPipeline, a pipeline that accepts JSONValues and emits deserialized values.
The latest version of the library is 0.8.1, and it may be obtained from the Maven Central repository.
<dependency>
<groupId>net.pwall.json</groupId>
<artifactId>json-co-stream</artifactId>
<version>0.8.1</version>
</dependency> implementation 'net.pwall.json:json-co-stream:0.8.1' implementation("net.pwall.json:json-co-stream:0.8.1")Peter Wall
2023-10-17