Skip to content

sgebbie/cohesion-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cohesion Framework - JSON Library

This library provides a standalone Java JSON implementation.

One of the key features it to support streaming of JSON values. This means that the parser will emit JSON values when they are available, but that the sender can simply send well formed JSON values back-to-back.

Build

This library has been pulled out of the non-public Cohesion framework so the build is still, unfortunately, a little untidy.

$ gradle
$ ls -al build/libs/cohesion-json-deploy.jar

About

JSON library supporting streaming for Java.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages