Skip to content

marcesquerra/KissJson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KissJson

KissJson is Scala library designed to work with the JSON data exchange format. This library has three main characteristics:

  • A collection of types that can represent any kind of JSON value.
  • Conversors that can convert
    • from JsonValue to a string representation (and vice versa)
    • from JsonValue to scala types (and vice versa)
  • Tools to work directly with the JsonValues

Examples

The usage of the library is documented in the form of examples in sourcecode:

Get it

Maven Dependency:

<dependency>
    <groupId>com.bryghts.kissjson</groupId>
    <artifactId>kissjson_2.10</artifactId>
    <version>0.0.1-M2</version>
</dependency>

Sbt Dependency:

libraryDependencies += "com.bryghts.kissjson" % "kissjson_2.10" % "0.0.1-M2"

Analythics

About

KissJson

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages